Skip to content

Commit

Permalink
Pin cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 15, 2023
1 parent 0a12f6c commit 3bf2414
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3bf2414

Please sign in to comment.