We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
win_arm64
1 parent cfc3a82 commit 882c1ebCopy full SHA for 882c1eb
.github/workflows/build.yml
@@ -34,14 +34,15 @@ jobs:
34
os:
35
- ubuntu-latest
36
- windows-latest
37
+ - windows-11-arm
38
- macos-13
39
- macos-14
40
fail-fast: false
41
steps:
42
- uses: actions/checkout@v4
43
with:
44
submodules: true
- - uses: pypa/cibuildwheel@v2.18.1
45
+ - uses: pypa/cibuildwheel@2edf5784998b7b1ab70445baced23069e839541e # 3.0.0rc2
46
- uses: actions/upload-artifact@v4
47
if: always()
48
@@ -56,7 +57,7 @@ jobs:
56
57
- uses: docker/setup-qemu-action@v3
58
59
platforms: all
60
61
env:
62
CIBW_ARCHS_LINUX: aarch64 ppc64le s390x
63
0 commit comments