Skip to content

Commit ad19685

Browse files
committed
FIX: Underscore
1 parent 430e9e2 commit ad19685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# - On PRs, run just oldest and newest Python versions (and omit 3.8 aarch64)
4949
run: |
5050
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
51-
CIBW_SKIP="pp* cp36-* cp37-* cp38-musllinux* cp39-* cp310-* cp311-* cp38-*-aarch64 *musllinux*"
51+
CIBW_SKIP="pp* cp36-* cp37-* cp38-musllinux* cp39-* cp310-* cp311-* cp38-*_aarch64 *musllinux*"
5252
else
5353
CIBW_SKIP="pp* cp36-* cp37-* cp38-musllinux* *musllinux_aarch64"
5454
fi

0 commit comments

Comments
 (0)