From 0c3a598c048974d562593c8063b0e2fb51c7e01e Mon Sep 17 00:00:00 2001 From: Will Jones Date: Wed, 26 Jul 2023 21:02:28 -0700 Subject: [PATCH] fix: install newer rust for macos python release --- .github/workflows/python_release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index 7ed54c40ba..68f2465956 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -39,6 +39,14 @@ jobs: steps: - uses: actions/checkout@v3 + # We use extra recent Cargo.toml syntax, so we need at least Rust 1.71.0 + - name: Install newer rust + uses: actions-rs/toolchain@v1 + with: + profile: default + toolchain: stable + override: true + - name: Publish to pypi (without sdist) uses: messense/maturin-action@v1 env: