Skip to content

Commit

Permalink
ENH: ARM64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Mar 4, 2024
1 parent af7264f commit 82c4c46
Showing 1 changed file with 31 additions and 26 deletions.
57 changes: 31 additions & 26 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,53 +67,58 @@ jobs:
platform_id: manylinux_x86_64

# macOS on Intel 64-bit
- os: macos-latest
- os: macos-12
python: '3.8'
cibw_python: 38
arch: x86_64
platform_id: macosx_x86_64
- os: macos-latest
- os: macos-12
python: '3.9'
cibw_python: 39
arch: x86_64
platform_id: macosx_x86_64
- os: macos-latest
- os: macos-12
python: '3.10'
cibw_python: 310
arch: x86_64
platform_id: macosx_x86_64
- os: macos-latest
- os: macos-12
python: '3.11'
cibw_python: 311
arch: x86_64
platform_id: macosx_x86_64
- os: macos-latest
- os: macos-12
python: '3.12'
cibw_python: 312
arch: x86_64
platform_id: macosx_x86_64

# macOS on Apple M1 64-bit
# - os: macos-latest
# python: '3.8'
# cibw_python: 38
# arch: arm64
# platform_id: macosx_arm64
# - os: macos-latest
# python: '3.9'
# cibw_python: 39
# arch: arm64
# platform_id: macosx_arm64
# - os: macos-latest
# python: '3.10'
# cibw_python: 310
# arch: arm64
# platform_id: macosx_arm64
# - os: macos-latest
# python: '3.11'
# cibw_python: 311
# arch: arm64
# platform_id: macosx_arm64
- os: macos-14
python: '3.8'
cibw_python: 38
arch: arm64
platform_id: macosx_arm64
- os: macos-14
python: '3.9'
cibw_python: 39
arch: arm64
platform_id: macosx_arm64
- os: macos-14
python: '3.10'
cibw_python: 310
arch: arm64
platform_id: macosx_arm64
- os: macos-14
python: '3.11'
cibw_python: 311
arch: arm64
platform_id: macosx_arm64
- os: macos-14
python: '3.12'
cibw_python: 312
arch: arm64
platform_id: macosx_arm64

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -216,7 +221,7 @@ jobs:
echo $wheeldir
mv $mywhl $wheeldir
rm -r -f $extrawheeldir $wheeldirx
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
if: ${{ (github.event_name == 'push') && (runner.os == 'Linux') }}
Expand Down

0 comments on commit 82c4c46

Please sign in to comment.