We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d46d9a commit 28cc2ffCopy full SHA for 28cc2ff
1 file changed
pyproject.toml
@@ -20,7 +20,7 @@ test-command = [
20
"cython {project}/Cython/Compiler/Parsing.py",
21
]
22
build-frontend = "build; args: --no-isolation"
23
-before-build = "pip install -r .wheel_build_requirements/requirements.txt --no-deps --binary-only"
+before-build = "pip install -r .wheel_build_requirements/requirements.txt --no-deps --only-binary"
24
25
[tool.cibuildwheel.linux]
26
archs = ["x86_64", "aarch64", "i686", "armv7l"]
0 commit comments