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 ffdaf1d commit e8b2747Copy full SHA for e8b2747
.github/workflows/wheels.yml
@@ -54,7 +54,7 @@ jobs:
54
CIBW_ARCHS_MACOS: x86_64 arm64
55
56
# Cross-compile on Win
57
- CIBW_ARCHS_WINDOWS: AMD64 ARM64
+ CIBW_ARCHS_WINDOWS: ARM64
58
59
# Temporary: use pre-release Python 3.12 for stable ABI builds
60
CIBW_PRERELEASE_PYTHONS: True
0 commit comments