Skip to content

Commit

Permalink
release: add pp310
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 20, 2025
1 parent 055882d commit 8496fed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
strategy:
matrix:
arch: ["x86_64", "aarch64"]
build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "pp38-*", "pp39-*"]
build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "pp38-*", "pp39-*", "pp310-*"]
exclude:
- arch: "aarch64"
build: "pp38-*"
- arch: "aarch64"
build: "pp39-*"
- arch: "aarch64"
build: "pp310-*"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8496fed

Please sign in to comment.