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 2b50039 commit cbe968fCopy full SHA for cbe968f
.github/workflows/wheels.yml
@@ -141,7 +141,7 @@ jobs:
141
142
- name: Build normal wheels
143
if: ${{ (env.IS_SCHEDULE_DISPATCH != 'true' || env.IS_PUSH == 'true') }}
144
- uses: pypa/cibuildwheel@v2.16.5
+ uses: pypa/cibuildwheel@v2.17.0
145
with:
146
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
147
env:
@@ -150,7 +150,7 @@ jobs:
150
151
- name: Build nightly wheels (with NumPy pre-release)
152
if: ${{ (env.IS_SCHEDULE_DISPATCH == 'true' && env.IS_PUSH != 'true') }}
153
154
155
156
0 commit comments