Skip to content

Commit 7c096bc

Browse files
committed
cicd/lib-build-and-push: borrow CIBW_SKIP from workflow input parameter
1 parent d47ef1c commit 7c096bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
type: string
2424
description: 'CIBUILDWHEEL builds pattern to skip, goes to CIBW_SKIP env'
2525
required: false
26-
default: 'cp36* cp37* pp*i686 *musllinux*'
26+
default: 'cp2* cp35* cp36* cp37* *i686 *musllinux*'
2727

2828
env:
2929
CIBW_TEST_COMMAND_LINUX: >
@@ -35,7 +35,7 @@ env:
3535
CIBW_BEFORE_TEST: "pip install -r {project}/test-requirements.txt"
3636
CIBW_BEFORE_BUILD_LINUX: "rm -rf ~/.pyxbld && rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux && yum install -y libffi-devel libev libev-devel openssl openssl-devel"
3737
CIBW_ENVIRONMENT: "CASS_DRIVER_BUILD_CONCURRENCY=2 CASS_DRIVER_BUILD_EXTENSIONS_ARE_MUST=yes CFLAGS='-g0 -O3'"
38-
CIBW_SKIP: cp36* cp37* pp*i686 *musllinux*
38+
CIBW_SKIP: ${{ inputs.cibw-skip }}
3939
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
4040
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
4141
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28

0 commit comments

Comments
 (0)