Skip to content

Commit

Permalink
Fix {project} placeholder in cibuildwheel config
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Jul 10, 2024
1 parent 5f54ed7 commit 04967eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ before-build = "pip install delvewheel"
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"

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

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

[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
Expand Down

0 comments on commit 04967eb

Please sign in to comment.