Skip to content

Commit a46ef5d

Browse files
committed
Build: Skip PyPy wheel in abi3 build.
1 parent ca0ff33 commit a46ef5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
251251
env:
252252
CIBW_BUILD: "*${{ matrix.target }}"
253-
CIBW_SKIP: "cp31*t-*"
253+
CIBW_SKIP: "cp31*t-* pp3*"
254254
CIBW_PROJECT_REQUIRES_PYTHON: ">=${{ matrix.lapiversion }}"
255255
LUPA_LIMITED_API: "${{ matrix.lapiversion }}"
256256

0 commit comments

Comments
 (0)