Skip to content

Commit 28cc2ff

Browse files
committed
Fix
1 parent 0d46d9a commit 28cc2ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test-command = [
2020
"cython {project}/Cython/Compiler/Parsing.py",
2121
]
2222
build-frontend = "build; args: --no-isolation"
23-
before-build = "pip install -r .wheel_build_requirements/requirements.txt --no-deps --binary-only"
23+
before-build = "pip install -r .wheel_build_requirements/requirements.txt --no-deps --only-binary"
2424

2525
[tool.cibuildwheel.linux]
2626
archs = ["x86_64", "aarch64", "i686", "armv7l"]

0 commit comments

Comments
 (0)