File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206 CIBW_BUILD : ${{ env.python_cp_version }}-${{ matrix.os.platform_id }}
207207 CIBW_ARCHS : auto x86_64 aarch64
208208 CIBW_PLATFORM : linux
209- CIBW_SKIP : " pp* *musllinux_* *_i686* *_s390* *pypy* *-linux_x86_64 "
209+ CIBW_SKIP : " pp* *musllinux_* *_i686* *_s390* *pypy*"
210210 CIBW_PROJECT_REQUIRES_PYTHON : " ~=${{ matrix.python-version }}.0"
211211 CIBW_BUILD_VERBOSITY : 3
212212 BUILD_THREADS : " 8"
@@ -332,6 +332,12 @@ jobs:
332332 - name : List dist/
333333 run : |
334334 ls ./dist
335+ - name : Remove non-manylinux Linux wheels if found
336+ run : |
337+ rm -f ./dist/*-linux_x86_64.whl
338+ - name : List dist/
339+ run : |
340+ ls ./dist
335341 - name : Sign the dists with Sigstore
336342337343 with :
You can’t perform that action at this time.
0 commit comments