8000
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 89979cb commit b2f32acCopy full SHA for b2f32ac
.github/workflows/cibuildwheel.yml
@@ -116,7 +116,7 @@ jobs:
116
rm -rf {package}/build'
117
}}
118
CIBW_BUILD_FRONTEND: >-
119
- ${{ (((github.event_name == '' && github.ref == 'refs/heads/main') ||
+ ${{ (((github.event_name == 'push' && github.ref == 'refs/heads/main') ||
120
(github.event_name == 'pull_request' && github.base_ref == 'refs/heads/main')) &&
121
'pip; args: --no-build-isolation') || 'build' }}
122
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
0 commit comments