PYTHON-4195 Build x86_64 wheels for MacOS (#1505)
This commit is contained in:
parent
4c2e717b9f
commit
5c2e3991dc
4
.github/workflows/release-python.yml
vendored
4
.github/workflows/release-python.yml
vendored
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user