diff --git a/.github/workflows/maturin.yaml b/.github/workflows/maturin.yaml index 4fc6701f7..0bfbede28 100644 --- a/.github/workflows/maturin.yaml +++ b/.github/workflows/maturin.yaml @@ -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 @@ -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 @@ -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