Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 12, 2024
1 parent 7f24c64 commit a049f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Clear target/wheels
run: rm -rf target/wheels
- name: Build wheels (Linux)
uses: messense/maturin-action@v1.45
uses: messense/maturin-action@v1.45.0
with:
command: build
manylinux: 2014
Expand All @@ -150,7 +150,7 @@ jobs:
- name: Clear target/wheels
run: rm -rf target/wheels
- name: Build arm64 wheels
uses: messense/maturin-action@v1.45
uses: messense/maturin-action@v1.45.0
with:
command: build
manylinux: 2_28
Expand Down

0 comments on commit a049f85

Please sign in to comment.