We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5d2bc commit 5a9a9f5Copy full SHA for 5a9a9f5
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
platforms: arm64
30
31
- - name: Install SSL pycurl and packages
+ - name: Install SSL
32
if: runner.os == 'Linux'
33
run: |
34
sudo apt-get update || true
@@ -63,6 +63,8 @@ jobs:
63
CIBW_BEFORE_ALL_LINUX: |
64
curl https://sh.rustup.rs -sSf | sh -s -- -y
65
CIBW_ENVIRONMENT_LINUX: 'PATH="$HOME/.cargo/bin:$PATH"'
66
+ CIBW_ENVIRONMENT_MACOS: >
67
+ MACOSX_DEPLOYMENT_TARGET=10.12
68
# Make sure setuptools-rust is available in the build env
69
CIBW_BEFORE_BUILD: "python -m pip install -U pip setuptools setuptools-rust wheel"
70
# (Optional) If extra system deps, use CIBW_BEFORE_ALL_* hooks per OS.
0 commit comments