From d9c4ae70109232ae2601cebc585899b38faa0bd0 Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Mon, 5 Aug 2024 10:58:09 -0500 Subject: [PATCH] trying to skip musllinux again --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86aa5039..0632a465 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,8 +48,7 @@ jobs: - uses: pypa/cibuildwheel@v2.17 env: CIBW_ARCHS_MACOS: arm64 - CIBW_ARCHS_LINUX: aarch64 x86_64 manylinux i686 ppc64le - CIBW_SKIP: cp27-* cp34-* cp35-* cp36-* + CIBW_SKIP: cp27-* cp34-* cp35-* cp36-* *musllinux* CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* - name: Verify clean directory