From a6a52e53d7629e14f0864e9586d03b932eae9958 Mon Sep 17 00:00:00 2001 From: Dave Kozma Date: Fri, 19 Jan 2024 18:16:26 -0500 Subject: [PATCH] Try with maturin 1.4.0 --- .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 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