Skip to content

Commit

Permalink
Add wheel publishing for macos and windows (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower authored Nov 16, 2023
2 parents 25d099e + a223693 commit 6fd1676
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ jobs:
- os: ubuntu-latest
python: 311
platform: manylinux_x86_64
- os: macos-latest
python: 38
- os: macos-latest
python: 39
- os: macos-latest
python: 310
- os: macos-latest
python: 311
- os: windows-latest
python: 38
- os: windows-latest
python: 39
- os: windows-latest
python: 310
- os: windows-latest
python: 311

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

0 comments on commit 6fd1676

Please sign in to comment.