Skip to content

Commit d112227

Browse files
committed
update bld_wheels_and_upload.yml
1 parent 63c3a0c commit d112227

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bld_wheels_and_upload.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
path: wheelhouse/*.whl
5353

5454
build_wheels_linux:
55-
name: Build wheels on ${{ matrix.os }}
56-
runs-on: ${{ matrix.os }}
55+
name: Build wheels on ${{ matrix.os }}
56+
runs-on: ${{ matrix.os }}
5757
strategy:
5858
matrix:
5959
os: [ubuntu-latest]
@@ -64,7 +64,7 @@ jobs:
6464
- name: Build wheels
6565
uses: pypa/cibuildwheel@v3.0.1
6666
env:
67-
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64
67+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
6868
CIBW_SKIP: "*-musllinux_* pp* *-*linux_{aarch64,ppc64le}"
6969

7070
# Install IBM DB2 CLI driver *inside* the manylinux container
@@ -82,7 +82,7 @@ jobs:
8282
LD_LIBRARY_PATH=/opt/ibm/clidriver/lib:$LD_LIBRARY_PATH
8383
8484
# Repair wheel and exclude driver-specific libs
85-
CIBW_REPAIR_WHEEL_COMMAND_LINUX: >
85+
CIBW_REPAIR_WHEEL_COMMAND_LINUX: |
8686
auditwheel repair
8787
--exclude libdb2.so.1
8888
--exclude libDB2xml4c.so.58

0 commit comments

Comments
 (0)