File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
2828env :
2929 CIBW_TEST_COMMAND_LINUX : >
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
You can’t perform that action at this time.
0 commit comments