Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnkunn committed Oct 24, 2024
1 parent 99a07d4 commit ea3e540
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,12 @@ jobs:
restore-keys: |
cargo-${{ runner.os }}-
- uses: PyO3/maturin-action@v1
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
command: build
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ea3e540

Please sign in to comment.