Skip to content

Commit e4b40a0

Browse files
ci: publish windows arm64 wheels
1 parent c70d44f commit e4b40a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
matrix:
3434
include:
3535
- { os: windows-latest, cibw_arch: AMD64 }
36+
- { os: windows-latest, cibw_arch: ARM64 }
3637
- { os: ubuntu-latest, cibw_arch: x86_64 }
3738
- { os: ubuntu-latest, cibw_arch: aarch64, qemu_arch: arm64 }
3839
- { os: macos-latest, cibw_arch: arm64 }
@@ -51,7 +52,7 @@ jobs:
5152
uses: pypa/[email protected]
5253
env:
5354
CIBW_ARCHS: ${{matrix.cibw_arch}}
54-
CIBW_TEST_SKIP: "*-*linux_aarch64 *-macosx_x86_64"
55+
CIBW_TEST_SKIP: "*-*linux_aarch64 *-macosx_x86_64 *-win_arm64"
5556
- name: Upload wheels
5657
uses: actions/upload-artifact@v4
5758
with:

0 commit comments

Comments
 (0)