Browse Source

Enable musllinux builds

Jelmer Vernooij 5 months ago
parent
commit
1f0b1c67af
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pyproject.toml

+ 0 - 1
pyproject.toml

@@ -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]