From ad196850a8193c017e2812816ae85d736337caec Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Tue, 4 Jun 2024 22:56:38 -0700 Subject: [PATCH] FIX: Underscore --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 0d6695f4..785576ca 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -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