Skip to content

Commit 8eac2b7

Browse files
committed
fix manylinux image and dont build wheels for PyPi
1 parent 88398fb commit 8eac2b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737

3838
- name: Build wheels
3939
env:
40-
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2_32"
41-
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux2_32"
40+
CIBW_SKIP: pp*
41+
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_32"
42+
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_32"
4243
CIBW_ARCHS: "native"
4344
CIBW_BEFORE_TEST: "pip install pydantic"
4445
CIBW_TEST_COMMAND: "python3 example/example.py"

0 commit comments

Comments
 (0)