Skip to content

Commit 428f3e1

Browse files
committed
update bld_wheels_and_upload.yml
1 parent 9bf9066 commit 428f3e1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/bld_wheels_and_upload.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ jobs:
6363
- name: Build wheels
6464
uses: pypa/cibuildwheel@v3.0.1
6565
env:
66-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28_x86_64
67-
CIBW_SKIP: "cp36-* *-musllinux_* pp* *-*linux_{aarch64,ppc64le}"
66+
#CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28_x86_64
67+
CIBW_SKIP: "*-musllinux_* pp* *-*linux_{aarch64,ppc64le}"
68+
CIBW_BUILD: cp37*
6869
CIBW_REPAIR_WHEEL_COMMAND_LINUX:
6970
auditwheel repair
7071
--exclude libdb2.so.1

0 commit comments

Comments
 (0)