We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bdb64 commit f1c4195Copy full SHA for f1c4195
.github/workflows/accelerate-manylinux.yml
@@ -82,7 +82,7 @@ jobs:
82
env:
83
BUILD_EXTENSION: yes
84
CIBW_ARCHS_MACOS: ${{ matrix.os }}-${{ matrix.arch }}
85
- CIBW_SKIP: "cp*-manylinux_i686 cp*-musllinux* cp*-win32"
+ CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
86
87
- name: Build wheels (master)
88
uses: pypa/[email protected]
@@ -93,7 +93,7 @@ jobs:
93
94
95
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
96
97
98
- name: Save wheels
99
uses: actions/upload-artifact@v4
0 commit comments