Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored Oct 14, 2023
1 parent d8287ac commit 43e8179
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
rust-toolchain: "stable"
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
Expand All @@ -57,6 +58,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
rust-toolchain: "stable"
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Upload wheels
Expand All @@ -79,6 +81,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
rust-toolchain: "stable"
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Upload wheels
Expand All @@ -95,7 +98,9 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
rust-toolchain: "stable"
args: --out dist
sccache: 'true'
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
Expand All @@ -117,4 +122,6 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
with:
command: upload
rust-toolchain: "stable"
args: --skip-existing *
sccache: 'true'

0 comments on commit 43e8179

Please sign in to comment.