Skip to content

Commit f3e2664

Browse files
committed
Add comment for future self
1 parent 1ad0f6e commit f3e2664

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dip/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ build-backend = "setuptools.build_meta"
2929
[tool.cibuildwheel]
3030
# Use --no-third-party to avoid linking in GLPK.
3131
# 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.
3234
before-all = """
3335
set -x
3436
apt-get install --yes wget || yum install -y wget || brew install bash coreutils

0 commit comments

Comments
 (0)