Skip to content

Commit e92f172

Browse files
committed
ci: enable Win ARM
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 40ee68b commit e92f172

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
# Cross-compile on macOS
4949
CIBW_ARCHS_MACOS: x86_64 arm64
5050

51+
# Cross-compile on Win
52+
CIBW_ARCHS_WIN: AMD64 ARM64
53+
5154
# Temporary: use pre-release Python 3.12 for stable ABI builds
5255
CIBW_PRERELEASE_PYTHONS: True
5356

0 commit comments

Comments
 (0)