We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055882d commit 1aaf026Copy full SHA for 1aaf026
.github/workflows/release-linux.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
arch: ["x86_64", "aarch64"]
18
- build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "pp38-*", "pp39-*"]
+ build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "pp38-*", "pp39-*", "pp310-*"]
19
exclude:
20
- arch: "aarch64"
21
build: "pp38-*"
0 commit comments