Skip to content

Commit

Permalink
add osx
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiesele committed Nov 8, 2024
1 parent a761047 commit 18d0dc9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- 'v*.*.*'
workflow_dispatch:

jobs:
build_wheels:
Expand All @@ -21,6 +22,15 @@ jobs:
- os: ubuntu-latest
python-version: "3.11"
cpython-tag: "cp311"
- os: macos-latest # Add macOS
python-version: "3.9"
cpython-tag: "cp39"
- os: macos-latest
python-version: "3.10"
cpython-tag: "cp310"
- os: macos-latest
python-version: "3.11"
cpython-tag: "cp311"

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

0 comments on commit 18d0dc9

Please sign in to comment.