From 2057dbf6ba40e1721e6f3922000cb0730ddcc91e Mon Sep 17 00:00:00 2001 From: Isotr0py <2037008807@qq.com> Date: Tue, 12 Nov 2024 21:50:09 +0800 Subject: [PATCH] add pypy Signed-off-by: Isotr0py <2037008807@qq.com> --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bf8049..bc98bad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --interpreter 3.9 3.10 3.11 3.12 3.13 --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: auto - name: Upload wheels @@ -77,7 +77,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --interpreter 3.9 3.10 3.11 3.12 3.13 --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 @@ -105,7 +105,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --interpreter 3.9 3.10 3.11 3.12 3.13 --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' - name: Upload wheels uses: actions/upload-artifact@v4 @@ -137,7 +137,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --interpreter 3.9 3.10 3.11 3.12 3.13 --features dynamic + args: --release --out dist --interpreter 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 --features dynamic sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4