Skip to content

Commit

Permalink
Enable musllinux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Oct 16, 2024
1 parent cd30df4 commit 1f0b1c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ environment = {PATH="$HOME/.cargo/bin:$PATH"}
before-build = "pip install -U setuptools-rust && curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y && rustup show"

[tool.cibuildwheel.linux]
skip = "*-musllinux_*"
archs = ["auto", "aarch64"]

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit 1f0b1c6

Please sign in to comment.