From f4daa4a60029072193fe2a785f02dff6951c4674 Mon Sep 17 00:00:00 2001 From: Tpt Date: Sat, 9 Jul 2022 19:41:08 +0200 Subject: [PATCH] Upgrades to maturin 0.13 --- .github/workflows/manylinux_build.sh | 2 +- python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manylinux_build.sh b/.github/workflows/manylinux_build.sh index 00ad5423..f94f7dbf 100644 --- a/.github/workflows/manylinux_build.sh +++ b/.github/workflows/manylinux_build.sh @@ -5,4 +5,4 @@ source scl_source enable llvm-toolset-7.0 curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal curl --verbose -L "https://github.com/PyO3/maturin/releases/latest/download/maturin-%arch%-unknown-linux-musl.tar.gz" | tar -xz -C /usr/local/bin export PATH="${PATH}:/root/.cargo/bin:/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:/opt/python/cp39-cp39/bin:/opt/python/cp310-cp310/bin" -maturin build --release --no-sdist -m python/Cargo.toml +maturin build --release -m python/Cargo.toml diff --git a/python/pyproject.toml b/python/pyproject.toml index 0cf9afee..c693d347 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin~=0.12"] +requires = ["maturin~=0.13"] build-backend = "maturin" [project]