Skip to content

Commit 490f828

Browse files
sebergtacaswell
andauthored
Update .github/workflows/cibuildwheel.yml
Co-authored-by: Thomas A Caswell <[email protected]>
1 parent 8081658 commit 490f828

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
@@ -101,7 +101,7 @@ jobs:
101101
# If using all `--pre` releases creates issues, the NumPy wheel can be
102102
# istalled more targeted.
103103
CIBW_BUILD_FRONTEND: >-
104-
${{ (((github.event_name == 'main' && github.ref == 'refs/heads/main') ||
104+
${{ (((github.event_name == 'push' && github.ref == 'refs/heads/main') ||
105105
(github.event_name == 'pull_request' && github.base_ref == 'refs/heads/main')) &&
106106
'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"') ||
107107
'build' }}

0 commit comments

Comments
 (0)