Skip to content

Commit

Permalink
more actions fiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed Aug 15, 2024
1 parent ba47d52 commit 0d2e885
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build

on: [push, pull_request]

# doing as cibuildwheel docs says leads to frankenstein arm builds on macos
# so lets be more explicit, no linux arm build as not available on github

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
Expand All @@ -10,12 +13,10 @@ jobs:
fail-fast: false
matrix:
buildplat:
# doing as cibuildwheel docs says leads to frankenstein arm builds on macos
# so lets be more explicit, no linux arm build as not available on github
- [ubuntu-latest, manylinux_x86_64, auto]
- [macos-latest, macosx_x86_64, x86_64]
- [macos-latest, macosx_arm64, arm64]
python: ["cp38", "cp39", "cp310", "cp11", "cp12"]
- [ubuntu-latest, manylinux_x86_64, auto]
- [macos-latest, macosx_x86_64, x86_64]
- [macos-latest, macosx_arm64, arm64]
python: ["cp38", "cp39", "cp310", "cp11", "cp12"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0d2e885

Please sign in to comment.