Skip to content

Commit b853bc4

Browse files
committed
ooops, fixup ooops
1 parent 8ad3111 commit b853bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ 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 == '' && github.ref == 'refs/heads/main') ||
104+
${{ (((github.event_name == 'main' && github.ref == 'refs/heads/main') ||
105105
(github.event_name == 'pull_request' && github.base_ref == 'refs/heads/main')) &&
106-
'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple') ||
106+
'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple%3Cspan%20class="x x-first x-last">"') ||
107107
'build' }}
108108
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
109109
delvewheel repair -w {dest_dir} {wheel}

0 commit comments

Comments
 (0)