Skip to content

Commit

Permalink
ci: build wheels for more Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 29, 2024
1 parent 4991b4b commit 476a38a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,25 @@ jobs:
fail-fast: false
matrix:
python-version:
- cp39
- cp310
- cp311
- cp312
- pp38
- pp39
- pp310
build:
- linux
#- macos
- macos
- windows
include:
- build: linux
os: ubuntu-latest

#- build: macos
# os: macos-latest
# arch: alt
# alt_arch_name: 'arm64 universal2'
- build: macos
os: macos-latest
arch: alt
alt_arch_name: 'arm64 universal2'

- build: windows
os: windows-latest
Expand Down

0 comments on commit 476a38a

Please sign in to comment.