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 e92f172 commit 37bbd99Copy full SHA for 37bbd99
.github/workflows/wheels.yml
@@ -49,7 +49,7 @@ jobs:
49
CIBW_ARCHS_MACOS: x86_64 arm64
50
51
# Cross-compile on Win
52
- CIBW_ARCHS_WIN: AMD64 ARM64
+ CIBW_ARCHS_WINDOWS: AMD64 ARM64
53
54
# Temporary: use pre-release Python 3.12 for stable ABI builds
55
CIBW_PRERELEASE_PYTHONS: True
0 commit comments