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