Skip to content

Commit 0458de4

Browse files
committed
Don't create wheels for PyPy.
The tests are crashing in PyPy with segfaults. It's unclear why this happens, as it is happening even with version 4.5.1, for which PyPy wheels were correctly crated and tested in the past.
1 parent 680bd14 commit 0458de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
output-dir: dist
5454
env:
5555
CIBW_ARCHS: ${{ matrix.arch }}
56-
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"
56+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-*"
5757
CIBW_BEFORE_ALL_LINUX: |
5858
if [[ ! -z "$(which yum)" ]]; then
5959
yum install -y make gcc perl-core pcre-devel wget zlib-devel git automake

0 commit comments

Comments
 (0)