From 5d8328388a706b78910aadd94eb79ecbd24b4d75 Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Mon, 5 Aug 2024 10:35:50 -0500 Subject: [PATCH] trying to skip musllinux --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56e56ac0..44f5257c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - uses: pypa/cibuildwheel@v2.17 env: CIBW_ARCHS_MACOS: arm64 - 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