Skip to content

Commit 2b0eb7e

Browse files
authored
add back missing wheels
1 parent 1e44018 commit 2b0eb7e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/releasebuild.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,17 @@ jobs:
131131
fail-fast: false
132132
matrix:
133133
arch: [auto, ppc64le, s390x]
134-
python_tag: ["cp310-*", "cp311-*", "cp312-*", "cp313-*", "cp314-*"]
134+
python_tag: ["cp310-*", "cp311-*", "cp312-*", "cp313-*", "cp314-*", "cp313t-*", "cp314t-*", "pp310-*", "pp311-*"]
135+
exclude:
136+
# PyPy builds not available for these platforms
137+
- arch: ppc64le
138+
python_tag: "pp310-*"
139+
- arch: ppc64le
140+
python_tag: "pp311-*"
141+
- arch: s390x
142+
python_tag: "pp310-*"
143+
- arch: s390x
144+
python_tag: "pp311-*"
135145
env:
136146
CIBW_ARCHS_LINUX: ${{matrix.arch}}
137147
CIBW_BUILD: ${{matrix.python_tag}}
@@ -177,10 +187,8 @@ jobs:
177187
fail-fast: false
178188
matrix:
179189
arch: [aarch64, armv7l]
180-
python_tag: ["cp310-*", "cp311-*", "cp312-*", "cp313-*", "cp314-*"]
181190
env:
182191
CIBW_ARCHS_LINUX: ${{matrix.arch}}
183-
CIBW_BUILD: ${{matrix.python_tag}}
184192
CIBW_TEST_SKIP: "{*_{aarch64,ppc64le,s390x},*musllinux_*}"
185193
CIBW_BUILD_VERBOSITY: 3
186194

0 commit comments

Comments
 (0)