Skip to content

Commit

Permalink
Merge pull request astropy#299 from astrofrog/fix-linux-wheels
Browse files Browse the repository at this point in the history
Explicitly specify wheel targets
  • Loading branch information
astrofrog committed Aug 23, 2022
2 parents 748a8aa + f191a3b commit 1df0d8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,12 @@ jobs:
with:
test_extras: test
test_command: pytest -p no:warnings --pyargs reproject
targets: |
- cp*-manylinux_i686
- cp*-manylinux_x86_64
- cp*-manylinux_aarch64
- cp*-macosx_x86_64
- cp*-macosx_arm64
- cp*-win*
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit 1df0d8e

Please sign in to comment.