diff options
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2fc43d83b..1ed597229 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,9 +60,9 @@ jobs: env: - CIBW_BUILD: cp38-manylinux_aarch64 - EXPECT_CPU_FEATURES: "NEON NEON_FP16 NEON_VFPV4 ASIMD ASIMDHP ASIMDDP ASIMDFHM" - install: python3 -m pip install cibuildwheel==2.9.0 + install: python3 -m pip install cibuildwheel==2.11.2 script: | - cibuildwheel --output-dir wheelhouse + travis_wait cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh set_travis_vars set_upload_vars |
