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