8000 Update .github/workflows/cibuildwheel.yml · matplotlib/matplotlib@b2f32ac · GitHub
[go: up one dir, main page]

Skip to content

Commit b2f32ac

Browse files
sebergtacaswell
andauthored
Update .github/workflows/cibuildwheel.yml
Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
1 parent 89979cb commit b2f32ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
rm -rf {package}/build'
117117
}}
118118
CIBW_BUILD_FRONTEND: >-
119-
${{ (((github.event_name == '' && github.ref == 'refs/heads/main') ||
119+
${{ (((github.event_name == 'push' && github.ref == 'refs/heads/main') ||
120120
(github.event_name == 'pull_request' && github.base_ref == 'refs/heads/main')) &&
121121
'pip; args: --no-build-isolation') || 'build' }}
122122
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-

0 commit comments

Comments
 (0)
0