Skip to content

Commit

Permalink
[hotfix] let cibuildwheel use build metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 13, 2024
1 parent 5128da1 commit b2bfedc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
targets: |
# Linux wheels
- cp31[!3]-manylinux_x86_64
- cp3*-manylinux_x86_64
# MacOS wheels
- cp31[!3]-macosx_x86_64
- cp3*-macosx_x86_64
# ARM64 wheels
- cp31[!3]-macosx_arm64
- cp3*-macosx_arm64
sdist: true
test_command: python -c "from stregion import _region_filter"
secrets:
Expand Down

0 comments on commit b2bfedc

Please sign in to comment.