From 3bf241482421a7a4f704299df227129d4dcf180e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 15 Nov 2023 13:26:14 +1100 Subject: [PATCH] Pin cibuildwheel version --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d8add1b6fec..ca3749ed855 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ if: tag IS present OR type = api env: global: - CIBW_ARCHS=aarch64 + - CIBW_CONFIG_SETTINGS="raqm=enable raqm=vendor fribidi=vendor" language: python # Default Python version is usually 3.6 @@ -20,11 +21,11 @@ jobs: arch: arm64 env: - CIBW_BUILD: "*manylinux*" - - CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28" - CIBW_MANYLINUX_PYPY_X86_64_IMAGE: "manylinux_2_28" + - CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28" install: - - python3 -m pip install cibuildwheel + - python3 -m pip install cibuildwheel==2.16.2 script: - python3 -m cibuildwheel --output-dir wheelhouse