Skip to content

Commit 4f189e8

Browse files
authored
Update build.yml
1 parent f6e375d commit 4f189e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Build wheels
2626
env:
2727
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
28+
CIBW_SKIP: "pp*"
2829
CIBW_BEFORE_BUILD: |
2930
yum install -y libjpeg-devel zlib-devel gcc gcc-c++ libffi-devel python3-devel
3031
if [[ "${CIBW_PYTHON_IMPLEMENTATION}" == "pypy" ]]; then

0 commit comments

Comments
 (0)