Skip to content

Commit

Permalink
add pypy
Browse files Browse the repository at this point in the history
Signed-off-by: Isotr0py <[email protected]>
  • Loading branch information
Isotr0py committed Nov 12, 2024
1 parent 25ad108 commit 2d687b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ jobs:
platform:
- runner: ubuntu-latest
target: x86_64
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
- runner: ubuntu-latest
target: x86
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
# - runner: ubuntu-latest
# target: aarch64
# - runner: ubuntu-latest
Expand All @@ -79,7 +77,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --interpreter ${{ matrix.platform.interpreter }} --features vendored
args: --release --out dist --interpreter 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 --features vendored
sccache: 'true'
manylinux: musllinux_1_2
- name: Upload wheels
Expand Down

0 comments on commit 2d687b3

Please sign in to comment.