Skip to content

Commit

Permalink
build: build for python 3.8 to 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <[email protected]>
  • Loading branch information
joseph-sentry committed Apr 24, 2024
1 parent de2d409 commit 8dc8b5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8dc8b5a

Please sign in to comment.