We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1597a commit 628a672Copy full SHA for 628a672
.github/workflows/release-wheels.yml
@@ -168,7 +168,7 @@ jobs:
168
CIBW_BUILD_VERBOSITY: 1
169
CIBW_BEFORE_ALL: |
170
curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && rustup target add i686-pc-windows-msvc && rustup target add aarch64-apple-darwin && rustup target add x86_64-apple-darwin
171
- CIBW_ENVIRONMENT: PATH="$PATH:$HOME/.cargo/bin" MACOSX_DEPLOYMENT_target='10.12'
+ CIBW_ENVIRONMENT: PATH="$PATH:$HOME/.cargo/bin" MACOSX_DEPLOYMENT_TARGET='10.12'
172
run: |
173
python --version
174
python -m cibuildwheel --output-dir dist
0 commit comments