Skip to content

Commit

Permalink
Publish wheels for Intel-based Macs (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-p authored Dec 11, 2023
1 parent 9be4b8a commit a3a5618
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ jobs:
- os: macos-latest
target: aarch64
python: "3.11"
- os: macos-latest
target: x64
python: "3.9"
- os: macos-latest
target: x64
python: "3.10"
- os: macos-latest
target: x64
python: "3.11"

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit a3a5618

Please sign in to comment.