|
67 | 67 | - name: Install MinGW compiler(s) |
68 | 68 | run: choco install mingw |
69 | 69 |
|
70 | | - - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 |
| 70 | + - uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 |
71 | 71 | with: |
72 | 72 | package-dir: . |
73 | 73 | output-dir: wheelhouse |
@@ -107,7 +107,7 @@ jobs: |
107 | 107 | - name: Build binary distribution (wheel) on Windows (arm64) |
108 | 108 | # We need to use cibuildwheel because it has experimental support for cross-compiling |
109 | 109 | # to arm64 and setup-python does not have arm64 support on Windows right now |
110 | | - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 |
| 110 | + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 |
111 | 111 | with: |
112 | 112 | package-dir: . |
113 | 113 | output-dir: wheelhouse |
@@ -145,7 +145,7 @@ jobs: |
145 | 145 | "path=$crossFile" >> $env:GITHUB_OUTPUT |
146 | 146 |
|
147 | 147 | - name: Build binary distribution (wheel) on Windows (i686) |
148 | | - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 |
| 148 | + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 |
149 | 149 | with: |
150 | 150 | package-dir: . |
151 | 151 | output-dir: wheelhouse |
@@ -177,7 +177,7 @@ jobs: |
177 | 177 | persist-credentials: false |
178 | 178 | submodules: recursive |
179 | 179 |
|
180 | | - - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 |
| 180 | + - uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 |
181 | 181 | with: |
182 | 182 | package-dir: . |
183 | 183 | output-dir: wheelhouse |
@@ -205,7 +205,7 @@ jobs: |
205 | 205 | persist-credentials: false |
206 | 206 | submodules: recursive |
207 | 207 |
|
208 | | - - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 |
| 208 | + - uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 |
209 | 209 | with: |
210 | 210 | package-dir: . |
211 | 211 | output-dir: wheelhouse |
@@ -242,7 +242,7 @@ jobs: |
242 | 242 | image: tonistiigi/binfmt:qemu-v8.1.5 |
243 | 243 |
|
244 | 244 | - name: Build binary distribution (wheel) on Linux (s390x) |
245 | | - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 |
| 245 | + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 |
246 | 246 | with: |
247 | 247 | package-dir: . |
248 | 248 | output-dir: wheelhouse |
@@ -280,7 +280,7 @@ jobs: |
280 | 280 | image: tonistiigi/binfmt:qemu-v8.1.5 |
281 | 281 |
|
282 | 282 | - name: Build binary distribution (wheel) on Linux (ppc64le) |
283 | | - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 |
| 283 | + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 |
284 | 284 | with: |
285 | 285 | package-dir: . |
286 | 286 | output-dir: wheelhouse |
@@ -309,7 +309,7 @@ jobs: |
309 | 309 | persist-credentials: false |
310 | 310 | submodules: recursive |
311 | 311 |
|
312 | | - - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 |
| 312 | + - uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 |
313 | 313 | with: |
314 | 314 | package-dir: . |
315 | 315 | output-dir: wheelhouse |
@@ -337,7 +337,7 @@ jobs: |
337 | 337 | persist-credentials: false |
338 | 338 | submodules: recursive |
339 | 339 |
|
340 | | - - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 |
| 340 | + - uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 |
341 | 341 | with: |
342 | 342 | package-dir: . |
343 | 343 | output-dir: wheelhouse |
|
0 commit comments