diff --git a/.github/workflows/deploy-wheels-linux.yml b/.github/workflows/deploy-wheels-linux.yml index 24ef36b6..4b42ee31 100644 --- a/.github/workflows/deploy-wheels-linux.yml +++ b/.github/workflows/deploy-wheels-linux.yml @@ -18,6 +18,7 @@ jobs: "manylinux2014_aarch64", "manylinux2014_i686", "manylinux2014_x86_64", + "musllinux_1_1_aarch64", "musllinux_1_1_x86_64", ] python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9", "3.10-dev"] @@ -31,6 +32,7 @@ jobs: - { python-version: "3.10-dev", version-tag: "cp310-cp310" } exclude: # No PyPy3 on musllinux + - { python-version: "pypy3", wheel: "musllinux_1_1_aarch64" } - { python-version: "pypy3", wheel: "musllinux_1_1_x86_64" } steps: