Skip to content

Commit

Permalink
Change args to old maturin version
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Jan 9, 2023
1 parent e57af98 commit 10bac82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
manylinux: auto
command: build
args: --release --sdist -o dist --find-interpreter
args: --release -o dist
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: PyO3/[email protected]
with:
command: build
args: --release -o dist --find-interpreter
args: --release -o dist
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: PyO3/[email protected]
with:
command: build
args: --release -o dist --universal2 --find-interpreter
args: --release -o dist --universal2
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 10bac82

Please sign in to comment.