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 2057dbf commit 25ad108
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ 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 @@ -77,7 +79,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --interpreter 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 --features vendored
args: --release --out dist --interpreter ${{ matrix.platform.interpreter }} --features vendored
sccache: 'true'
manylinux: musllinux_1_2
- name: Upload wheels
Expand All @@ -93,8 +95,10 @@ jobs:
platform:
- runner: windows-latest
target: x64
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
- runner: windows-latest
target: x86
interpreter: 3.9 3.10 3.11 3.12 3.13
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -105,7 +109,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --interpreter 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 --features vendored
args: --release --out dist --interpreter ${{ matrix.platform.interpreter }} --features vendored
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -120,8 +124,10 @@ jobs:
platform:
- runner: macos-12
target: x86_64
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
- runner: macos-14
target: aarch64
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
steps:
- name: Check dependencys
run: |
Expand All @@ -137,7 +143,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --interpreter 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 --features dynamic
args: --release --out dist --interpreter ${{ matrix.platform.interpreter }} --features dynamic
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 25ad108

Please sign in to comment.