diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e9fb3d4b..991f4c2c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -25,10 +25,6 @@ jobs: - os: linux manylinux: auto target: ppc64le - - os: linux - manylinux: auto - target: x86_64 - interpreter: pypy3.9 pypy3.10 - os: linux manylinux: musllinux_1_1 @@ -60,6 +56,9 @@ jobs: - os: linux manylinux: auto target: s390x + - os: linux + manylinux: auto + target: x86_64 - os: windows target: aarch64