Skip to content

Commit 8496fed

Browse files
committed
release: add pp310
1 parent 055882d commit 8496fed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
strategy:
1616
matrix:
1717
arch: ["x86_64", "aarch64"]
18-
build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "pp38-*", "pp39-*"]
18+
build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "pp38-*", "pp39-*", "pp310-*"]
1919
exclude:
2020
- arch: "aarch64"
2121
build: "pp38-*"
2222
- arch: "aarch64"
2323
build: "pp39-*"
24+
- arch: "aarch64"
25+
build: "pp310-*"
2426

2527
steps:
2628
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)