Skip to content

Commit

Permalink
Adjust python action
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Jan 2, 2025
1 parent 2ed9767 commit 0a4b781
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
working-directory: python
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
Expand All @@ -51,6 +52,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
working-directory: python
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
Expand All @@ -73,6 +75,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
working-directory: python
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
Expand All @@ -89,6 +92,7 @@ jobs:
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
working-directory: python
command: build
args: --sdist --out dist --release
- name: Upload sdist
Expand All @@ -111,5 +115,6 @@ jobs:
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
working-directory: python
command: upload
args: --non-interactive --skip-existing *

0 comments on commit 0a4b781

Please sign in to comment.