Skip to content

Commit

Permalink
Attempt to fix macosx wheels (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer authored May 5, 2024
2 parents ddc8490 + d13d391 commit 902981f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ before-build = "pip install -U setuptools-rust && curl https://sh.rustup.rs -sSf

[tool.cibuildwheel.linux]
skip = "*-musllinux_*"

[[tool.cibuildwheel.overrides]]
select = "*-macosx_arm64"
before-build = "pip install -U setuptools-rust && curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y && rustup target add x86_64-apple-darwin"

0 comments on commit 902981f

Please sign in to comment.