File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v4
1818
19+ - uses : actions/setup-python@v5
20+ id : setup_python
21+ with :
22+ python-version : ${{ matrix.python-version }}
23+ cache : ' pip'
24+
1925 - run : rustup toolchain install stable --profile minimal
2026 - name : Rust Cache
2127 uses : Swatinem/rust-cache@v2
2632 - name : Rust tests
2733 run : cargo test --verbose
2834
29- - uses : actions/setup-python@v5
30- id : setup_python
31- with :
32- python-version : ${{ matrix.python-version }}
33- cache : ' pip'
3435 - uses : actions/cache@v4
3536 with :
3637 path : .venv
Original file line number Diff line number Diff line change 4747 uses : PyO3/maturin-action@v1
4848 with :
4949 target : ${{ matrix.platform.target }}
50- args : --release --out dist --find-interpreter
50+ args : --release --out dist
5151 sccache : ' true'
5252 manylinux : auto
5353 container : ${{ matrix.platform.container }}
You can’t perform that action at this time.
0 commit comments