Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8081658 commit 490f828Copy full SHA for 490f828
1 file changed
.github/workflows/cibuildwheel.yml
@@ -101,7 +101,7 @@ jobs:
101
# If using all `--pre` releases creates issues, the NumPy wheel can be
102
# istalled more targeted.
103
CIBW_BUILD_FRONTEND: >-
104
- ${{ (((github.event_name == 'main' && github.ref == 'refs/heads/main') ||
+ ${{ (((github.event_name == 'push' && github.ref == 'refs/heads/main') ||
105
(github.event_name == 'pull_request' && github.base_ref == 'refs/heads/main')) &&
106
'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"') ||
107
'build' }}
0 commit comments