Skip to content

Commit 18fea47

Browse files
committed
fix: limit windows builds to amd64 arch
Signed-off-by: Christopher Arndt <[email protected]>
1 parent ecc1594 commit 18fea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ before-all = [
109109

110110
[tool.cibuildwheel.windows]
111111
build = "cp3{8,9,10,11}-win*"
112-
archs = ["auto"]
112+
archs = ["amd64"]
113113
before-all = [
114114
"pipx install ninja",
115115
]

0 commit comments

Comments
 (0)