We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a32964 commit 156ace2Copy full SHA for 156ace2
1 file changed
.github/workflows/release.yml
@@ -24,6 +24,8 @@ jobs:
24
if: runner.os != 'Linux'
25
run: |
26
rustup update stable
27
+ rustup target add aarch64-apple-darwin x86_64-apple-darwin
28
+ echo "$HOME/.cargo/bin" >> $GITHUB_PATH
29
30
- name: Build wheels
31
uses: pypa/cibuildwheel@v2.16.5
@@ -39,6 +41,7 @@ jobs:
39
41
# Linux: Install Rust in the manylinux/musllinux container
40
42
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal"
43
CIBW_ENVIRONMENT_LINUX: 'PATH="$PATH:$HOME/.cargo/bin"'
44
+ CIBW_ENVIRONMENT_MACOS: 'PATH="$PATH:$HOME/.cargo/bin"'
45
46
# Build backend verification
47
CIBW_BUILD_FRONTEND: build
0 commit comments