From 07be7cf6570e9e9776d07c479e7fcaf82445b503 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 22 Dec 2024 23:00:41 +0100 Subject: [PATCH] CI4 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7579db5..4e9f20e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,7 +42,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter python${{ matrix.python-version }} sccache: 'true' manylinux: auto - name: Upload wheels