1 parent f27f312 commit 4774fb4Copy full SHA for 4774fb4
1 file changed
.github/workflows/python-publish.yml
@@ -138,7 +138,7 @@ jobs:
138
- name: Build wheels
139
env:
140
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
141
- CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_* pp*"
+ CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
142
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
143
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
144
CIBW_ARCHS_LINUX: "x86_64 aarch64"
0 commit comments