Skip to content

Commit f2a8f83

Browse files
committed
Disable wheel builds on PyPy
fixes failure seen in https://github.com/aio-libs/aiohttp/actions/runs/13165870727
1 parent 9b33be3 commit f2a8f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ jobs:
435435
- name: Build wheels
436436
uses: pypa/[email protected]
437437
env:
438-
CIBW_SKIP: ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
438+
CIBW_SKIP: pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
439439
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
440440
- name: Upload wheels
441441
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)