File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
142
142
- name : Build normal wheels
143
143
if : ${{ (env.IS_SCHEDULE_DISPATCH != 'true' || env.IS_PUSH == 'true') }}
144
- uses : pypa/cibuildwheel@v2.16.5
144
+ uses : pypa/cibuildwheel@v2.17.0
145
145
with :
146
146
package-dir : ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
147
147
env :
@@ -150,7 +150,7 @@ jobs:
150
150
151
151
- name : Build nightly wheels (with NumPy pre-release)
152
152
if : ${{ (env.IS_SCHEDULE_DISPATCH == 'true' && env.IS_PUSH != 'true') }}
153
- uses : pypa/cibuildwheel@v2.16.5
153
+ uses : pypa/cibuildwheel@v2.17.0
154
154
with :
155
155
package-dir : ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
156
156
env :
You can’t perform that action at this time.
0 commit comments