Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 490f828

Browse filesBrowse files
sebergtacaswell
andauthored
Update .github/workflows/cibuildwheel.yml
Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
1 parent 8081658 commit 490f828
Copy full SHA for 490f828

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.github/workflows/cibuildwheel.yml

Copy file name to clipboardExpand all lines: .github/workflows/cibuildwheel.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.