Skip to content

Commit 04967eb

Browse files
committed
Fix {project} placeholder in cibuildwheel config
1 parent 5f54ed7 commit 04967eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ before-build = "pip install delvewheel"
160160
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
161161

162162
[tool.cibuildwheel.linux]
163-
before-build = "bash {project}/scripts/cibw_before_build.sh"
163+
before-build = "bash {package}/scripts/cibw_before_build.sh"
164164

165165
[tool.cibuildwheel.macos]
166-
before-build = "bash {project}/scripts/cibw_before_build.sh"
166+
before-build = "bash {package}/scripts/cibw_before_build.sh"
167167

168168
[[tool.cibuildwheel.overrides]]
169169
select = "*-musllinux*"

0 commit comments

Comments
 (0)