From 8dc035a8550cf30a1e2fac1343aba21068eafcc1 Mon Sep 17 00:00:00 2001 From: "A.Shpak" Date: Sat, 4 Jan 2025 14:04:20 +0300 Subject: [PATCH] - --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f884711..461c03b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter python3 sccache: 'true' manylinux: auto - name: Upload wheels @@ -73,7 +73,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter python3 sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 @@ -99,7 +99,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter python3 sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4