diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c33c5e..f235bea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - maturin-version: "1.2.0" + maturin-version: "1.4.0" args: --release --out dist --find-interpreter sccache: "true" manylinux: auto