We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f54ed7 commit 04967ebCopy full SHA for 04967eb
pyproject.toml
@@ -160,10 +160,10 @@ before-build = "pip install delvewheel"
160
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
161
162
[tool.cibuildwheel.linux]
163
-before-build = "bash {project}/scripts/cibw_before_build.sh"
+before-build = "bash {package}/scripts/cibw_before_build.sh"
164
165
[tool.cibuildwheel.macos]
166
167
168
[[tool.cibuildwheel.overrides]]
169
select = "*-musllinux*"
0 commit comments