From f0b4836f5522273d4b662d3f7dfe8aecc8dd8d0c Mon Sep 17 00:00:00 2001 From: LegrandNico Date: Tue, 26 Nov 2024 22:07:23 +0100 Subject: [PATCH] update maturin --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8762e87df..90657f728 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,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 +105,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 +132,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 +149,7 @@ jobs: - name: Build sdist uses: PyO3/maturin-action@v1 with: + maturin-version: "1.7.4" command: sdist args: --out dist - name: Upload sdist