From aad9bb0c44fc56e9c5d896ee33a7d9d07a35274d Mon Sep 17 00:00:00 2001 From: reinterpretcat Date: Sat, 13 Jul 2024 21:13:48 +0200 Subject: [PATCH] Adapt maturin action --- .github/workflows/maturin.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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