5454 path : accelerate/dist/*
5555
5656 wheels_windows :
57- name : Build architecture-specific wheels on windows ${{matrix.arch}}
57+ name : Wheels on windows ${{matrix.arch}}
5858 runs-on : windows-latest
5959 strategy :
6060 matrix :
9797 path : accelerate/dist/*.whl
9898
9999 wheels_mac :
100- name : Build architecture-specific wheels on MacOS ${{ matrix.arch }}
100+ name : Wheels on MacOS ${{ matrix.arch }}
101101 runs-on : macos-latest
102102 strategy :
103103 matrix :
@@ -141,7 +141,7 @@ jobs:
141141 path : accelerate/dist/*.whl
142142
143143 wheels_manylinux_x86 :
144- name : Build architecture-specific wheels on ${{ matrix.distro }} ${{ matrix.arch }}
144+ name : Wheels on ${{ matrix.distro }} ${{ matrix.arch }}
145145 runs-on : ubuntu-latest
146146 strategy :
147147 matrix :
@@ -190,7 +190,7 @@ jobs:
190190 path : accelerate/dist/*.whl
191191
192192 wheels_manylinux_arm :
193- name : Build architecture-specific wheels on ${{ matrix.distro }} ${{ matrix.arch }}
193+ name : Wheels on ${{ matrix.distro }} ${{ matrix.arch }}
194194
195195 runs-on : ubuntu-24.04-arm
196196 strategy :
@@ -241,7 +241,7 @@ jobs:
241241 path : accelerate/dist/*.whl
242242
243243 wheels_manylinux_arm_ex :
244- name : Build architecture-specific wheels on ${{ matrix.distro }} ${{ matrix.arch }}
244+ name : Wheels on ${{ matrix.distro }} ${{ matrix.arch }}
245245
246246 runs-on : ubuntu-latest
247247 strategy :
@@ -253,7 +253,7 @@ jobs:
253253 CIBW_MANYLINUX_AARCH64_IMAGE : ${{ matrix.distro }}
254254 CIBW_MANYLINUX_S390X_IMAGE : ${{ matrix.distro }}
255255 CIBW_MANYLINUX_PPC64LE_IMAGE : ${{ matrix.distro }}
256- CIBW_BUILD : cp3 *-manylinux*
256+ CIBW_BUILD : cp31 *-manylinux*
257257 CIBW_ARCHS : ${{matrix.arch}}
258258
259259 steps :
@@ -292,7 +292,7 @@ jobs:
292292 path : accelerate/dist/*.whl
293293
294294 wheels_musllinux_x86 :
295- name : Build architecture-specific wheels on ${{ matrix.distro }} ${{ matrix.arch }}
295+ name : Wheels on ${{ matrix.distro }} ${{ matrix.arch }}
296296 runs-on : ubuntu-latest
297297 strategy :
298298 matrix :
@@ -338,7 +338,7 @@ jobs:
338338 path : accelerate/dist/*.whl
339339
340340 wheels_musllinux_arm :
341- name : Build architecture-specific wheels on ${{ matrix.distro }} ${{ matrix.arch }}
341+ name : Wheels on ${{ matrix.distro }} ${{ matrix.arch }}
342342 runs-on : ubuntu-24.04-arm
343343 strategy :
344344 matrix :
@@ -384,7 +384,7 @@ jobs:
384384 path : accelerate/dist/*.whl
385385
386386 wheels_musllinux_arm_ex :
387- name : Build architecture-specific wheels on ${{ matrix.distro }} ${{ matrix.arch }}
387+ name : Wheels on ${{ matrix.distro }} ${{ matrix.arch }}
388388 runs-on : ubuntu-latest
389389 strategy :
390390 matrix :
@@ -393,7 +393,7 @@ jobs:
393393 env :
394394 CIBW_MUSLLINUX_S390X_IMAGE : ${{ matrix.distro }}
395395 CIBW_MUSLLINUX_PPC64LE_IMAGE : ${{ matrix.distro }}
396- CIBW_BUILD : cp3 *-musllinux*
396+ CIBW_BUILD : cp31 *-musllinux*
397397 CIBW_ARCHS : ${{matrix.arch}}
398398
399399 steps :
0 commit comments