Skip to content

Commit

Permalink
Fix action arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein committed Mar 6, 2024
1 parent 04ee894 commit 69fd1b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: -i ${{ matrix.python-version }} --release --out dist --find-interpreter
args: -i ${{ matrix.python-version }} --release --out dist
sccache: 'true'
manylinux: auto
maturin-version: v1.4.0
Expand All @@ -50,7 +50,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: -i ${{ matrix.python-version }} --release --out dist --find-interpreter
args: -i ${{ matrix.python-version }} --release --out dist
sccache: 'true'
maturin-version: v1.4.0
- name: Upload wheels
Expand All @@ -72,7 +72,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: -i ${{ matrix.python-version }} --release --out dist --find-interpreter
args: -i ${{ matrix.python-version }} --release --out dist
sccache: 'true'
maturin-version: v1.4.0
- name: Upload wheels
Expand Down

0 comments on commit 69fd1b3

Please sign in to comment.