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.
1 parent c70d44f commit e4b40a0Copy full SHA for e4b40a0
.github/workflows/pypi.yml
@@ -33,6 +33,7 @@ jobs:
33
matrix:
34
include:
35
- { os: windows-latest, cibw_arch: AMD64 }
36
+ - { os: windows-latest, cibw_arch: ARM64 }
37
- { os: ubuntu-latest, cibw_arch: x86_64 }
38
- { os: ubuntu-latest, cibw_arch: aarch64, qemu_arch: arm64 }
39
- { os: macos-latest, cibw_arch: arm64 }
@@ -51,7 +52,7 @@ jobs:
51
52
uses: pypa/[email protected]
53
env:
54
CIBW_ARCHS: ${{matrix.cibw_arch}}
- CIBW_TEST_SKIP: "*-*linux_aarch64 *-macosx_x86_64"
55
+ CIBW_TEST_SKIP: "*-*linux_aarch64 *-macosx_x86_64 *-win_arm64"
56
- name: Upload wheels
57
uses: actions/upload-artifact@v4
58
with:
0 commit comments