Skip to content

Commit 7598bb6

Browse files
committed
Try running Python 3.10 builds only for ppc64le and s390x
1 parent 141e188 commit 7598bb6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/accelerate-manylinux.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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:
@@ -97,7 +97,7 @@ jobs:
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

Comments
 (0)