Skip to content

Commit 882c1eb

Browse files
committed
ci: bump cibuildwheel version and add win_arm64 wheel builds
1 parent cfc3a82 commit 882c1eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ jobs:
3434
os:
3535
- ubuntu-latest
3636
- windows-latest
37+
- windows-11-arm
3738
- macos-13
3839
- macos-14
3940
fail-fast: false
4041
steps:
4142
- uses: actions/checkout@v4
4243
with:
4344
submodules: true
44-
- uses: pypa/cibuildwheel@v2.18.1
45+
- uses: pypa/cibuildwheel@2edf5784998b7b1ab70445baced23069e839541e # 3.0.0rc2
4546
- uses: actions/upload-artifact@v4
4647
if: always()
4748
with:
@@ -56,7 +57,7 @@ jobs:
5657
- uses: docker/setup-qemu-action@v3
5758
with:
5859
platforms: all
59-
- uses: pypa/cibuildwheel@v2.18.1
60+
- uses: pypa/cibuildwheel@2edf5784998b7b1ab70445baced23069e839541e # 3.0.0rc2
6061
env:
6162
CIBW_ARCHS_LINUX: aarch64 ppc64le s390x
6263
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)