Skip to content

Commit 0a1597a

Browse files
committed
Test fix 5
1 parent 7513342 commit 0a1597a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
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"'
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

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,3 @@ ignore_missing_imports = true
7171
disallow_untyped_calls = true
7272
disallow_untyped_defs = true
7373
disallow_incomplete_defs = true
74-
75-
76-
[tool.cibuildwheel.macos.environment]
77-
MACOSX_DEPLOYMENT_TARGET = "10.12" # required for rustc

0 commit comments

Comments
 (0)