Skip to content

Commit

Permalink
parametrize Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 2, 2023
1 parent ae3d4d9 commit 363b2f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ jobs:
with:
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
targets: |
- cp3?-manylinux_x86_64
- cp3?-macosx_x86_64
# Linux wheels
- cp3*-manylinux_x86_64
# MacOS wheels
- cp3*-macosx_x86_64
# Until we have arm64 runners, we can't automatically test arm64 wheels
- cp3*-macosx_arm64
sdist: true
secrets:
pypi_token: ${{ secrets.PYPI_PASSWORD_STSCI_MAINTAINER }}

0 comments on commit 363b2f9

Please sign in to comment.