Skip to content

Commit

Permalink
upped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodi-hqs committed Jul 4, 2024
1 parent 2c5833f commit 4fd7555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
name: maturin_build-linux
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# - uses: Swatinem/rust-cache@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
default: true
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
- name: linux wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 4fd7555

Please sign in to comment.