@@ -39,7 +39,7 @@ concurrency:
3939 cancel-in-progress : true
4040
4141env :
42- EXPECTED_DISTS : 91
42+ EXPECTED_DISTS : 75
4343 FORCE_COLOR : 1
4444
4545jobs :
@@ -74,26 +74,26 @@ jobs:
7474 os : macos-latest
7575 cibw_arch : arm64
7676 macosx_deployment_target : " 11.0"
77- - name : " manylinux2014 and musllinux x86_64"
77+ - name : " manylinux_2_28 x86_64"
7878 platform : linux
7979 os : ubuntu-latest
8080 cibw_arch : x86_64
81- manylinux : " manylinux2014 "
82- - name : " manylinux_2_28 x86_64"
81+ build : " *manylinux* "
82+ - name : " musllinux x86_64"
8383 platform : linux
8484 os : ubuntu-latest
8585 cibw_arch : x86_64
86- build : " *manylinux *"
87- - name : " manylinux2014 and musllinux aarch64"
86+ build : " *musllinux *"
87+ - name : " manylinux_2_28 aarch64"
8888 platform : linux
8989 os : ubuntu-24.04-arm
9090 cibw_arch : aarch64
91- manylinux : " manylinux2014 "
92- - name : " manylinux_2_28 aarch64"
91+ build : " *manylinux* "
92+ - name : " musllinux aarch64"
9393 platform : linux
9494 os : ubuntu-24.04-arm
9595 cibw_arch : aarch64
96- build : " *manylinux *"
96+ build : " *musllinux *"
9797 - name : " manylinux_2_39 riscv64"
9898 platform : linux
9999 os : ubuntu-latest
@@ -140,11 +140,7 @@ jobs:
140140 CIBW_ARCHS : ${{ matrix.cibw_arch }}
141141 CIBW_BUILD : ${{ matrix.build }}
142142 CIBW_ENABLE : cpython-prerelease cpython-freethreading pypy
143- CIBW_MANYLINUX_AARCH64_IMAGE : ${{ matrix.manylinux }}
144- CIBW_MANYLINUX_PYPY_AARCH64_IMAGE : ${{ matrix.manylinux }}
145- CIBW_MANYLINUX_PYPY_X86_64_IMAGE : ${{ matrix.manylinux }}
146143 CIBW_MANYLINUX_RISCV64_IMAGE : ${{ matrix.manylinux }}
147- CIBW_MANYLINUX_X86_64_IMAGE : ${{ matrix.manylinux }}
148144 MACOSX_DEPLOYMENT_TARGET : ${{ matrix.macosx_deployment_target }}
149145
150146 - uses : actions/upload-artifact@v6
0 commit comments