Skip to content

Commit

Permalink
let cibuildwheel use project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 13, 2024
1 parent c55c2ee commit 958240c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
with:
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
targets: |
# Linux wheels (except python 313)
- cp31[!3]-manylinux_x86_64
# MacOS wheels (except python 313)
- cp31[!3]-macosx_x86_64
# MacOS arm64 wheels (except python 313)
- cp31[!3]-macosx_arm64
# Linux wheels
- cp3*-manylinux_x86_64
# MacOS wheels
- cp3*-macosx_x86_64
# MacOS arm64 wheels
- cp3*-macosx_arm64
sdist: true
test_command: python -c "from jwst.lib import winclip; from jwst.cube_build import cube_match_internal, cube_match_sky_pointcloud, cube_match_sky_driz, blot_median; from jwst.straylight import calc_xart"
secrets:
Expand Down

0 comments on commit 958240c

Please sign in to comment.