File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141
142142 - name : Build normal wheels
143143 if : ${{ (env.IS_SCHEDULE_DISPATCH != 'true' || env.IS_PUSH == 'true') }}
144- uses : pypa/cibuildwheel@v2.16.5
144+ uses : pypa/cibuildwheel@v2.17.0
145145 with :
146146 package-dir : ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
147147 env :
@@ -150,7 +150,7 @@ jobs:
150150
151151 - name : Build nightly wheels (with NumPy pre-release)
152152 if : ${{ (env.IS_SCHEDULE_DISPATCH == 'true' && env.IS_PUSH != 'true') }}
153- uses : pypa/cibuildwheel@v2.16.5
153+ uses : pypa/cibuildwheel@v2.17.0
154154 with :
155155 package-dir : ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
156156 env :
You can’t perform that action at this time.
0 commit comments