From c8422a268f50bf7ebe1b7a114708cc30972fbc8c Mon Sep 17 00:00:00 2001 From: Adrian Romberg Date: Tue, 2 Jul 2024 07:02:00 +0200 Subject: [PATCH] Do not build wheels for musllinux --- .github/workflows/wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 0454fe7..a59c5aa 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -28,7 +28,7 @@ jobs: run: python -m cibuildwheel --output-dir wheelhouse env: CIBW_ARCHS_LINUX: auto64 - CIBW_SKIP: *-musllinux_x86_64 + CIBW_SKIP: "*-musllinux_x86_64" CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15 - uses: actions/upload-artifact@v4