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 490f828 commit b0509d9Copy full SHA for b0509d9
.github/workflows/cibuildwheel.yml
@@ -102,7 +102,7 @@ jobs:
102
# istalled more targeted.
103
CIBW_BUILD_FRONTEND: >-
104
${{ (((github.event_name == 'push' && github.ref == 'refs/heads/main') ||
105
- (github.event_name == 'pull_request' && github.base_ref == 'refs/heads/main')) &&
+ (github.event_name == 'pull_request' && github.base_ref == 'main')) &&
106
'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"') ||
107
'build' }}
108
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
0 commit comments