File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7+ - wheels-*
78 tags :
89 - ' v*'
910
1011jobs :
1112 build_wheels :
12- name : Build wheels on ${{ matrix.os }}
13+ name : Build wheels for ${{ matrix.name }}
1314 runs-on : ${{ matrix.os }}
1415 strategy :
1516 matrix :
3334
3435 - name : Build wheels
3536 run : python -m cibuildwheel --output-dir wheelhouse
37+ env :
38+ CIBW_MANYLINUX_X86_64_IMAGE : " manylinux_2_28"
39+ CIBW_MANYLINUX_AARCH64_IMAGE : " manylinux_2_28"
40+ CIBW_MANYLINUX_PYPY_X86_64_IMAGE : " manylinux_2_28"
41+ CIBW_MANYLINUX_PYPY_AARCH64_IMAGE : " manylinux_2_28"
3642
3743 - uses : actions/upload-artifact@v4
3844 with :
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ if [ "$CIBUILDWHEEL" = "1" ]; then
6666 elif [ -f /usr/bin/yum ]; then
6767 yum install wget zlib-devel -y
6868 if [ -z " $OPENSSL_VERSION " ]; then
69+ yum install perl-Pod-Html -y
6970 yum install openssl-devel -y
7071 else
7172 yum install perl-IPC-Cmd -y
You can’t perform that action at this time.
0 commit comments