From 3f4e79ee8dfa387b8b9da3563d4cf9780a922397 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Tue, 24 Sep 2024 16:16:29 -0700 Subject: [PATCH] Add MACOSX_DEPLOYMENT_TARGET Signed-off-by: Cary Phillips --- .github/workflows/python-wheels-publish-test.yml | 3 ++- .github/workflows/python-wheels-publish.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-wheels-publish-test.yml b/.github/workflows/python-wheels-publish-test.yml index f4174203f..8870f317f 100644 --- a/.github/workflows/python-wheels-publish-test.yml +++ b/.github/workflows/python-wheels-publish-test.yml @@ -52,6 +52,7 @@ jobs: with: output-dir: wheelhouse env: + MACOSX_DEPLOYMENT_TARGET: 10.15 CIBW_ARCHS_LINUX: x86_64 CIBW_ARCHS_MACOS: x86_64 arm64 universal2 # Build Python 3.7 through 3.11. @@ -103,4 +104,4 @@ jobs: - name: Publish distribution 📦 to TestPyPI uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2 with: - repository-url: https://test.pypi.org/legacy/ \ No newline at end of file + repository-url: https://test.pypi.org/legacy/ diff --git a/.github/workflows/python-wheels-publish.yml b/.github/workflows/python-wheels-publish.yml index 3d7e9f798..bd75451d3 100644 --- a/.github/workflows/python-wheels-publish.yml +++ b/.github/workflows/python-wheels-publish.yml @@ -46,6 +46,7 @@ jobs: with: output-dir: wheelhouse env: + MACOSX_DEPLOYMENT_TARGET: 10.15 CIBW_ARCHS_LINUX: x86_64 CIBW_ARCHS_MACOS: x86_64 arm64 universal2 # Build Python 3.7 through 3.11.