From 5bda97082ea72f024f4d8d2223aa7558c5861b03 Mon Sep 17 00:00:00 2001 From: Eric Veilleux Date: Sat, 14 Oct 2023 05:08:14 -0400 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7bc484b..7cc0794 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -54,6 +54,7 @@ jobs: with: python-version: '3.10' architecture: ${{ matrix.target }} + - uses: dtolnay/rust-toolchain@stable - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -77,6 +78,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.10' + - uses: dtolnay/rust-toolchain@stable - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -98,9 +100,7 @@ jobs: uses: PyO3/maturin-action@v1 with: command: sdist - rust-toolchain: "stable" args: --out dist - sccache: 'true' - name: Upload sdist uses: actions/upload-artifact@v3 with: