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 2e81d95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ 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 = """
apt-get install --yes wget || yum install -y wget || brew install bash coreutils
bash -x ./.install-pari.sh
"""
environment = { PARI_VERSION="pari-2.15.4" }

0 comments on commit 2e81d95

Please sign in to comment.