Skip to content

Commit 19d22f1

Browse files
committed
.github/workflows: bump cibuildwheel
1 parent f0a1709 commit 19d22f1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: ./tools/build_wheel_linux.sh
4848
shell: bash
4949
- name: Build wheels
50-
uses: pypa/cibuildwheel@v2.23.3
50+
uses: pypa/cibuildwheel@v3
5151
env:
5252
CIBW_ARCHS_LINUX: x86_64
5353
CIBW_BUILD_FRONTEND: build
@@ -107,7 +107,7 @@ jobs:
107107
./tools/build_wheel_linux.sh
108108
shell: alpine.sh {0}
109109
- name: Build wheels
110-
uses: pypa/cibuildwheel@v2.23.3
110+
uses: pypa/cibuildwheel@v3
111111
env:
112112
CIBW_ARCHS_LINUX: x86_64
113113
CIBW_BUILD_FRONTEND: build
@@ -161,7 +161,7 @@ jobs:
161161
run: ./tools/build_wheel_linux.sh
162162
shell: bash
163163
- name: Build wheels
164-
uses: pypa/cibuildwheel@v2.23.3
164+
uses: pypa/cibuildwheel@v3
165165
env:
166166
CIBW_ARCHS_LINUX: aarch64
167167
CIBW_BUILD_FRONTEND: build
@@ -222,7 +222,7 @@ jobs:
222222
./tools/build_wheel_linux.sh
223223
shell: alpine.sh {0}
224224
- name: Build wheels
225-
uses: pypa/cibuildwheel@v2.23.3
225+
uses: pypa/cibuildwheel@v3
226226
env:
227227
CIBW_ARCHS_LINUX: x86_64
228228
CIBW_BUILD_FRONTEND: build
@@ -260,7 +260,7 @@ jobs:
260260
run: tools/build_wheel_windows.cmd
261261
shell: cmd
262262
- name: Build wheels
263-
uses: pypa/cibuildwheel@v2.23.3
263+
uses: pypa/cibuildwheel@v3
264264
env:
265265
PIP_NO_VERIFY: 0
266266
PIP_VERBOSE: 1
@@ -304,7 +304,7 @@ jobs:
304304
run: tools/build_wheel_windows.cmd
305305
shell: cmd
306306
- name: Build wheels
307-
uses: pypa/cibuildwheel@v2.23.3
307+
uses: pypa/cibuildwheel@v3
308308
env:
309309
PIP_NO_VERIFY: 0
310310
PIP_VERBOSE: 1
@@ -349,7 +349,7 @@ jobs:
349349
run: tools/build_wheel_windows.cmd
350350
shell: cmd
351351
- name: Build wheels
352-
uses: pypa/cibuildwheel@v2.23.3
352+
uses: pypa/cibuildwheel@v3
353353
env:
354354
PIP_NO_VERIFY: 0
355355
PIP_VERBOSE: 1
@@ -389,7 +389,7 @@ jobs:
389389
run: ./tools/build_wheel_macos.sh
390390
shell: bash
391391
- name: Build wheels
392-
uses: pypa/cibuildwheel@v2.23.3
392+
uses: pypa/cibuildwheel@v3
393393
env:
394394
PIP_NO_VERIFY: 0
395395
PIP_VERBOSE: 1
@@ -433,7 +433,7 @@ jobs:
433433
run: ./tools/build_wheel_macos.sh
434434
shell: bash
435435
- name: Build wheels
436-
uses: pypa/cibuildwheel@v2.23.3
436+
uses: pypa/cibuildwheel@v3
437437
env:
438438
PIP_NO_VERIFY: 0
439439
PIP_VERBOSE: 1

0 commit comments

Comments
 (0)