Skip to content

Commit 50d5ae9

Browse files
committed
.github/workflows: ...
1 parent 19d22f1 commit 50d5ae9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 11 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@v3
50+
uses: pypa/cibuildwheel@v2
5151
env:
5252
CIBW_ARCHS_LINUX: x86_64
5353
CIBW_BUILD_FRONTEND: build
@@ -90,7 +90,7 @@ jobs:
9090
- name: Setup latest Alpine Linux
9191
uses: jirutka/setup-alpine@v1
9292
with:
93-
branch: v3.15
93+
branch: v2.15
9494
packages: >
9595
build-base
9696
bash
@@ -107,7 +107,7 @@ jobs:
107107
./tools/build_wheel_linux.sh
108108
shell: alpine.sh {0}
109109
- name: Build wheels
110-
uses: pypa/cibuildwheel@v3
110+
uses: pypa/cibuildwheel@v2
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@v3
164+
uses: pypa/cibuildwheel@v2
165165
env:
166166
CIBW_ARCHS_LINUX: aarch64
167167
CIBW_BUILD_FRONTEND: build
@@ -204,7 +204,7 @@ jobs:
204204
- name: Setup latest Alpine Linux
205205
uses: jirutka/setup-alpine@v1
206206
with:
207-
branch: v3.15
207+
branch: v2.15
208208
packages: >
209209
build-base
210210
bash
@@ -222,7 +222,7 @@ jobs:
222222
./tools/build_wheel_linux.sh
223223
shell: alpine.sh {0}
224224
- name: Build wheels
225-
uses: pypa/cibuildwheel@v3
225+
uses: pypa/cibuildwheel@v2
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@v3
263+
uses: pypa/cibuildwheel@v2
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@v3
307+
uses: pypa/cibuildwheel@v2
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@v3
352+
uses: pypa/cibuildwheel@v2
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@v3
392+
uses: pypa/cibuildwheel@v2
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@v3
436+
uses: pypa/cibuildwheel@v2
437437
env:
438438
PIP_NO_VERIFY: 0
439439
PIP_VERBOSE: 1

0 commit comments

Comments
 (0)