We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13893d commit 12b6638Copy full SHA for 12b6638
.github/workflows/build_wheels.yml
@@ -13,6 +13,7 @@ on:
13
env:
14
# macOS universal and arm64 wheels build on Intel
15
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
16
+ CIBW_ARCHS_WINDOWS: "AMD64"
17
CIBW_SKIP: "cp36-* cp37-*"
18
CIBW_BUILD_VERBOSITY: 1
19
0 commit comments