Skip to content

Commit

Permalink
FIX: Underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 5, 2024
1 parent 430e9e2 commit ad19685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# - On PRs, run just oldest and newest Python versions (and omit 3.8 aarch64)
run: |
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
CIBW_SKIP="pp* cp36-* cp37-* cp38-musllinux* cp39-* cp310-* cp311-* cp38-*-aarch64 *musllinux*"
CIBW_SKIP="pp* cp36-* cp37-* cp38-musllinux* cp39-* cp310-* cp311-* cp38-*_aarch64 *musllinux*"
else
CIBW_SKIP="pp* cp36-* cp37-* cp38-musllinux* *musllinux_aarch64"
fi
Expand Down

0 comments on commit ad19685

Please sign in to comment.