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 f577be2 commit df0762dCopy full SHA for df0762d
.github/workflows/wheels.yml
@@ -139,7 +139,7 @@ jobs:
139
140
- name: Build normal wheels
141
if: ${{ (env.IS_SCHEDULE_DISPATCH != 'true' || env.IS_PUSH == 'true') }}
142
- uses: pypa/cibuildwheel@v2.16.2
+ uses: pypa/cibuildwheel@v2.16.4
143
with:
144
package-dir: ./dist/${{ matrix.buildplat[1] == 'macosx_*' && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
145
env:
@@ -148,7 +148,7 @@ jobs:
148
149
- name: Build nightly wheels (with NumPy pre-release)
150
if: ${{ (env.IS_SCHEDULE_DISPATCH == 'true' && env.IS_PUSH != 'true') }}
151
152
153
154
0 commit comments