PYTHON-4195 Build x86_64 wheels for MacOS (#1505)

This commit is contained in:
Steven Silvester 2024-02-06 19:58:52 -06:00 committed by GitHub
parent 4c2e717b9f
commit 5c2e3991dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -38,7 +38,7 @@ jobs:
- [windows-2019, win32]
python: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312"]
include:
- buildplat: [macos-11, macosx_x86_64]
- buildplat: [macos-11, macosx_*]
python: "cp37"
- buildplat: [macos-11, macosx_*]
python: "cp38"
@ -207,7 +207,7 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
name: all-dist-${{ github.head_ref || github.ref_name }}
name: all-dist-${{ github.job }}
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

View File

@ -236,3 +236,6 @@ test-command = "python {project}/tools/fail_if_no_c.py"
[tool.cibuildwheel.linux]
archs = "x86_64 aarch64 ppc64le s390x i686"
[tool.cibuildwheel.macos]
archs = "x86_64 arm64"