Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Oct 14, 2023
1 parent 43e8179 commit 5bda970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
with:
python-version: '3.10'
architecture: ${{ matrix.target }}
- uses: dtolnay/rust-toolchain@stable
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -77,6 +78,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: dtolnay/rust-toolchain@stable
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -98,9 +100,7 @@ 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 Down

0 comments on commit 5bda970

Please sign in to comment.