Skip to content

Commit

Permalink
ci: fixing version inference
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Isken committed Nov 21, 2022
1 parent e255fe7 commit 465baf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
manylinux: auto
command: build
args: --release --sdist -o dist --find-interpreter
args: --release --sdist -o dist --find-interpreter --ignore-rust-version

- name: Upload wheels
uses: actions/upload-artifact@v3
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: PyO3/maturin-action@v1
with:
command: build
args: --release -o dist --find-interpreter
args: --release -o dist --find-interpreter --ignore-rust-version
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 465baf3

Please sign in to comment.