From ee65c741941c9675da075334fce6b4fe90091639 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Fri, 29 Nov 2024 19:35:47 +0100 Subject: [PATCH] ci: pin to maturin 1.7.4 while creating the source package. See: 0b3dc9bdeb16599830a3d94a4fe86bcb0a5dc8b5 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0d213087..23267219 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -150,7 +150,7 @@ jobs: - name: Build sdist if: matrix.build == 'linux' && matrix.python-version == 'cp39' run: | - pip install maturin==1.7.6 + pip install maturin==1.7.4 maturin sdist --manifest-path py/Cargo.toml -o wheelhouse - name: Build ${{ matrix.platform || matrix.os }} binaries