From c4ef2c2f9eece010596f149c92ba0d171978fc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Louf?= Date: Thu, 5 Dec 2024 18:46:39 +0100 Subject: [PATCH] Fix the MacOS wheel build --- .github/workflows/release_pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_pypi.yaml b/.github/workflows/release_pypi.yaml index 0a678aa..032335e 100644 --- a/.github/workflows/release_pypi.yaml +++ b/.github/workflows/release_pypi.yaml @@ -4,6 +4,7 @@ on: release: types: - created + push jobs: build_wheels: @@ -62,7 +63,6 @@ jobs: fi CIBW_BEFORE_ALL_MACOS: | curl -sSf https://sh.rustup.rs | sh -s -- -y - rustup target add aarch64-apple-darwin x86_64-apple-darwin CIBW_BEFORE_ALL_WINDOWS: rustup target add i686-pc-windows-msvc CIBW_BEFORE_BUILD: pip install setuptools-rust CIBW_ENVIRONMENT: PATH="$HOME/.cargo/bin:$PATH"