Skip to content

Commit 0701d8d

Browse files
author
Matthias Koeppe
committed
pyproject.toml: Add section [tool.cibuildwheel]
1 parent 1f62749 commit 0701d8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ keywords = ["PARI/GP number theory"]
2424

2525
[project.urls]
2626
Homepage = "https://github.com/sagemath/cypari2"
27+
[tool.cibuildwheel]
28+
before-all = """
29+
apt-get install --yes wget sudo || yum install -y wget sudo || brew install bash coreutils
30+
bash -x ./.install-pari.sh
31+
"""
32+
environment = { PARI_VERSION="pari-2.15.4" }

0 commit comments

Comments
 (0)