From 607bd475b319f845636ce3af8336b2f750c0885a Mon Sep 17 00:00:00 2001 From: mason <35282038+emesare@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:54:04 -0500 Subject: [PATCH] Set MRSV in publish action --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8869bd..60f0689 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,6 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: PyO3/maturin-action@v1 with: + rust-toolchain: 1.70 manylinux: auto command: build args: --release -o dist -i 3.7 @@ -26,6 +27,7 @@ jobs: - uses: actions/checkout@v3 - uses: PyO3/maturin-action@v1 with: + rust-toolchain: 1.70 command: build args: --release -o dist -i 3.7 - name: Upload wheels @@ -40,6 +42,7 @@ jobs: - uses: actions/checkout@v3 - uses: PyO3/maturin-action@v1 with: + rust-toolchain: 1.70 command: build args: --release -o dist --universal2 -i 3.7 - name: Upload wheels