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 1ad0f6e commit f3e2664Copy full SHA for f3e2664
Dip/pyproject.toml
@@ -29,6 +29,8 @@ build-backend = "setuptools.build_meta"
29
[tool.cibuildwheel]
30
# Use --no-third-party to avoid linking in GLPK.
31
# The resulting binary would not be distributable.
32
+# We have to fetch in a subdirectory (build) because
33
+# otherwise, coinbrew doesn't properly get the release.
34
before-all = """
35
set -x
36
apt-get install --yes wget || yum install -y wget || brew install bash coreutils
0 commit comments