From 9ee4d7b17aa4fb6ec70b1a3bc60f77d3d7a11db9 Mon Sep 17 00:00:00 2001 From: Ahmed TAHRI Date: Wed, 20 Sep 2023 20:47:31 +0200 Subject: [PATCH] :wrench: fix matrix ci linux pypy*2 --- .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 1feb06f..b2d65a8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter ${{ matrix.python_version }} sccache: 'true' manylinux: auto - name: Upload wheels