From 1f0b1c67af1a0e381e471123244f159bb4856a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Wed, 16 Oct 2024 14:48:04 +0100 Subject: [PATCH] Enable musllinux builds --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 518414d3d..119fc2f8c 100644 --- a/pyproject.toml +++ b/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]