Skip to content

Commit

Permalink
Fix wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Dec 29, 2024
1 parent ac97ea0 commit cff59e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ distance-dirty = "{base_version}.dev{distance}+{rev}.dirty.{build_date:%Y.%m.%d}
method = "basic"
file = "src/srctools/_version.py"

[tool.cibuildwheel]
archs = "auto64"

# After building, run tests to check it works.
# Disable assertion rewriting since that sometimes has issues on PyPy.
before-test = "pip install -r test-requirements.txt"
Expand Down

0 comments on commit cff59e7

Please sign in to comment.