diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 6d448db..25a324f 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -9,7 +9,7 @@ jobs: name: Build wheels for ${{ matrix.os }} runs-on: ${{ matrix.os }} env: - CIBW_SKIP: "cp36-*" + CIBW_SKIP: "cp36-* *-musl*" strategy: fail-fast: false matrix: