Skip to content

Commit

Permalink
pyproject.toml: Add section [tool.cibuildwheel]
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 7, 2023
1 parent f9015a9 commit e2f363c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ requires = ["setuptools",
# Hence we declare a custom build backend.
build-backend = "_custom_build_meta" # just re-exports setuptools.build_meta definitions
backend-path = ["."]

[tool.cibuildwheel]
before-all = """
bash -x ./.install-pari.sh
"""

0 comments on commit e2f363c

Please sign in to comment.