Skip to content

Commit

Permalink
Use rust-cache when building wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Sep 21, 2024
1 parent b9be281 commit 738e1eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
python-version: '3.10'
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: build wheel
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 738e1eb

Please sign in to comment.