We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac97ea0 commit cff59e7Copy full SHA for cff59e7
pyproject.toml
@@ -84,6 +84,9 @@ distance-dirty = "{base_version}.dev{distance}+{rev}.dirty.{build_date:%Y.%m.%d}
84
method = "basic"
85
file = "src/srctools/_version.py"
86
87
+[tool.cibuildwheel]
88
+archs = "auto64"
89
+
90
# After building, run tests to check it works.
91
# Disable assertion rewriting since that sometimes has issues on PyPy.
92
before-test = "pip install -r test-requirements.txt"
0 commit comments