Skip to content

Commit a45f267

Browse files
[PR #10403/908145c9 backport][3.12] Disable wheel builds on PyPy (#10406)
**This is a backport of PR #10403 as merged into master (908145c).** fixes failure seen in https://github.com/aio-libs/aiohttp/actions/runs/13165870727 When I split these, I forgot to turn these off as we have never tried to build extensions on PyPy Co-authored-by: J. Nick Koston <[email protected]>
1 parent 785261c commit a45f267

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
@@ -413,7 +413,7 @@ jobs:
413413
- name: Build wheels
414414
uses: pypa/[email protected]
415415
env:
416-
CIBW_SKIP: ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
416+
CIBW_SKIP: pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
417417
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
418418
- name: Upload wheels
419419
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)