Skip to content

Commit

Permalink
fix: limit windows builds to amd64 arch
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Dec 14, 2022
1 parent ecc1594 commit 18fea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ before-all = [

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

0 comments on commit 18fea47

Please sign in to comment.