From 8dc8b5a41795f0623822091890bc7d2945b6612c Mon Sep 17 00:00:00 2001 From: joseph-sentry Date: Wed, 24 Apr 2024 16:22:28 -0400 Subject: [PATCH] build: build for python 3.8 to 3.12 Signed-off-by: joseph-sentry --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 85dfc2d..e5bad69 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter '3.8 3.9 3.10 3.10 3.12' sccache: 'true' manylinux: auto - name: Upload wheels @@ -53,7 +53,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter '3.8 3.9 3.10 3.10 3.12' sccache: 'true' manylinux: musllinux_1_2 - name: Upload wheels @@ -77,7 +77,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter '3.8 3.9 3.10 3.10 3.12' sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3 @@ -99,7 +99,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter '3.8 3.9 3.10 3.10 3.12' sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3