From dadb90b5d5c41b8f652affe7d95af4fc12f2a6b8 Mon Sep 17 00:00:00 2001 From: Nicholas Reinicke Date: Tue, 14 May 2024 11:13:32 -0600 Subject: [PATCH] Update wheels.yaml Add rustup target for macos --- .github/workflows/wheels.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 2b6a65bd..310a68f5 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -76,6 +76,8 @@ jobs: pip install -U setuptools-rust && curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=minimal -y && rustup show + CIBW_BEFORE_BUILD_MACOS: > + rustup target add x86_64-apple-darwin - name: upload artifacts uses: actions/upload-artifact@v3