Skip to content

Commit 12b6638

Browse files
committed
Set AMD64 for Windows
1 parent f13893d commit 12b6638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
env:
1414
# macOS universal and arm64 wheels build on Intel
1515
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
16+
CIBW_ARCHS_WINDOWS: "AMD64"
1617
CIBW_SKIP: "cp36-* cp37-*"
1718
CIBW_BUILD_VERBOSITY: 1
1819

0 commit comments

Comments
 (0)