Skip to content

Commit

Permalink
DEV: remove universal wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcar17 committed Aug 6, 2024
1 parent 188ffb4 commit 0cc386d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
- os: macos-14
platform_id: macosx_arm64

# MacOS universal2 (not necessary, but matching
# those available to download on iqtree.org)
- os: macos-14
platform_id: macosx_universal2


steps:
- uses: "actions/checkout@v4"
with:
Expand All @@ -46,11 +40,9 @@ jobs:
CIBW_BEFORE_ALL_LINUX: ./build_tools/before_all_linux.sh
CIBW_BEFORE_ALL_MACOS: ./build_tools/before_all_mac.sh
CIBW_ARCHS_LINUX: ${{endsWith(matrix.platform_id, '_x86_64') && 'x86_64' || 'aarch64'}}
CIBW_ARCHS_MACOS: ${{endsWith(matrix.platform_id, 'universal2') && 'universal2' || 'auto'}}
CIBW_BUILD: "*${{matrix.platform_id}}"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest {package}/tests
CIBW_TEST_SKIP: "*-macosx_universal2:x86_64" # skip x86 on m1 mac
CIBW_SKIP: pp* # Disable building PyPy wheels on all platforms

- name: Upload wheels
Expand Down

0 comments on commit 0cc386d

Please sign in to comment.