Skip to content

Commit

Permalink
Adapt maturin action
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Jul 13, 2024
1 parent 8135ff7 commit aad9bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maturin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
working-directory: ./vrp-cli
target: ${{ matrix.target }}
args: --release -i python3.10 --out dist
args: --release --out dist -i python3.10
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand All @@ -47,7 +47,7 @@ jobs:
with:
working-directory: ./vrp-cli
target: ${{ matrix.target }}
args: --release -i python3.10 --out dist
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand All @@ -70,7 +70,7 @@ jobs:
with:
working-directory: ./vrp-cli
target: ${{ matrix.target }}
args: --release -i python3.10 --out dist
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit aad9bb0

Please sign in to comment.