From cca7134091d652ed42f9af99e0b34684715947a4 Mon Sep 17 00:00:00 2001 From: LegrandNico Date: Wed, 27 Nov 2024 09:05:44 +0100 Subject: [PATCH] update maturin --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8762e87df..6ec175b40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + maturin-version: "1.7.4" target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter sccache: 'true' @@ -76,6 +77,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + maturin-version: "1.7.4" target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter sccache: 'true' @@ -104,6 +106,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + maturin-version: "1.7.4" target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter sccache: 'true' @@ -130,6 +133,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + maturin-version: "1.7.4" target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter sccache: 'true' @@ -146,6 +150,7 @@ jobs: - name: Build sdist uses: PyO3/maturin-action@v1 with: + maturin-version: "1.7.4" command: sdist args: --out dist - name: Upload sdist @@ -178,5 +183,6 @@ jobs: env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: + maturin-version: "1.7.4" command: upload args: --non-interactive --skip-existing wheels-*/* \ No newline at end of file