Skip to content

Commit cff59e7

Browse files
committed
Fix wheel build
1 parent ac97ea0 commit cff59e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ distance-dirty = "{base_version}.dev{distance}+{rev}.dirty.{build_date:%Y.%m.%d}
8484
method = "basic"
8585
file = "src/srctools/_version.py"
8686

87+
[tool.cibuildwheel]
88+
archs = "auto64"
89+
8790
# After building, run tests to check it works.
8891
# Disable assertion rewriting since that sometimes has issues on PyPy.
8992
before-test = "pip install -r test-requirements.txt"

0 commit comments

Comments
 (0)