We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b626ab1 commit 4074d62Copy full SHA for 4074d62
1 file changed
pyproject.toml
@@ -52,9 +52,9 @@ skip = "*-musllinux_* *-win32 *-manylinux_i686"
52
before-build = "./build.sh"
53
test-requires = "numpy"
54
test-command = "python -c 'import sharedmap; print(sharedmap.__version__)'"
55
-environment = { PIP_PREFER_BINARY = "1" }
56
57
[tool.cibuildwheel.environment]
+PIP_PREFER_BINARY = "1"
58
VIRTUALENV_PIP = "embed"
59
60
[tool.cibuildwheel.linux]
0 commit comments