We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955616b commit d48b595Copy full SHA for d48b595
1 file changed
.github/workflows/ci.yaml
@@ -220,13 +220,13 @@ jobs:
220
target: aarch64
221
python:
222
- semver: "3.11"
223
- wheelver: cp311
+ wheelver: cp311-manylinux
224
- semver: "3.12"
225
- wheelver: cp312
+ wheelver: cp312-manylinux
226
- semver: "3.13"
227
- wheelver: cp313
+ wheelver: cp313-manylinux
228
- semver: "3.14"
229
- wheelver: cp314
+ wheelver: cp314-manylinux
230
runs-on: ${{ matrix.platform.runner }}
231
232
steps:
0 commit comments