Skip to content

Commit 628a672

Browse files
committed
Test fix 6
1 parent 0a1597a commit 628a672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
CIBW_BUILD_VERBOSITY: 1
169169
CIBW_BEFORE_ALL: |
170170
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'
171+
CIBW_ENVIRONMENT: PATH="$PATH:$HOME/.cargo/bin" MACOSX_DEPLOYMENT_TARGET='10.12'
172172
run: |
173173
python --version
174174
python -m cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)