Skip to content

Commit eaa4b16

Browse files
author
Jon
committed
Slightly different syntax to specify mac build target, try to properly specify cibuildwheel version
1 parent fc636f8 commit eaa4b16

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
platforms: arm64
8484

8585
- name: Install Python dependencies
86-
run: python -m pip install cibuildwheel>=${CIBUILDWHEEL_VERSION}
86+
run: python -m pip install cibuildwheel>=${{ env.CIBUILDWHEEL_VERSION }}
8787

8888
- name: Build wheels
8989
run: python -m cibuildwheel --output-dir dist

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ before-build = "yum remove -y cmake"
3939
archs = ["x86_64", "arm64"]
4040

4141
# Minimum version for proper C++17 support on MacOS
42-
[tool.cibuildwheel.macos.environment]
43-
MACOS_DEPLOYMENT_TARGET = "10.14"
42+
environment = { MACOSX_DEPLOYMENT_TARGET="10.14" }

0 commit comments

Comments
 (0)