Skip to content

Commit f1c4195

Browse files
authored
Update accelerate-manylinux.yml
1 parent c6bdb64 commit f1c4195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/accelerate-manylinux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
env:
8383
BUILD_EXTENSION: yes
8484
CIBW_ARCHS_MACOS: ${{ matrix.os }}-${{ matrix.arch }}
85-
CIBW_SKIP: "cp*-manylinux_i686 cp*-musllinux* cp*-win32"
85+
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
8686

8787
- name: Build wheels (master)
8888
uses: pypa/[email protected]
@@ -93,7 +93,7 @@ jobs:
9393
env:
9494
BUILD_EXTENSION: yes
9595
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
96-
CIBW_SKIP: "cp*-manylinux_i686 cp*-musllinux* cp*-win32"
96+
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
9797

9898
- name: Save wheels
9999
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)