Skip to content

Commit

Permalink
Merge pull request #18 from codecov/joseph/build-all-python
Browse files Browse the repository at this point in the history
build: build for python 3.8 to 3.12
  • Loading branch information
joseph-sentry authored Apr 24, 2024
2 parents de2d409 + 8dc8b5a commit 67ee96c
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 67ee96c

Please sign in to comment.