diff options
author | Thomas Li <47963215+lithomas1@users.noreply.github.com> | 2022-04-02 08:37:15 -0700 |
---|---|---|
committer | Thomas Li <47963215+lithomas1@users.noreply.github.com> | 2022-04-18 09:48:13 -0700 |
commit | 51d46952e960f393a59977dfb5570c770cdc7592 (patch) | |
tree | a4593be9fbbb6f8ab88634b0ff0cbc1dfe7099a6 /.travis.yml | |
parent | 2ec5f6780ae08203bdcb56b439787c660b9cefb6 (diff) | |
download | numpy-51d46952e960f393a59977dfb5570c770cdc7592.tar.gz |
BLD: Bump cibuildwheel and enable more PyPy
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 4ee14ca75..f7fedd822 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ jobs: virt: vm env: - CIBW_BUILD: cp38-manylinux_aarch64 - install: python3 -m pip install cibuildwheel==2.3.1 + install: python3 -m pip install cibuildwheel==2.4.0 script: | cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh @@ -64,7 +64,7 @@ jobs: virt: vm env: - CIBW_BUILD: cp39-manylinux_aarch64 - install: python3 -m pip install cibuildwheel==2.3.1 + install: python3 -m pip install cibuildwheel==2.4.0 script: | cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh @@ -77,7 +77,7 @@ jobs: virt: vm env: - CIBW_BUILD: cp310-manylinux_aarch64 - install: python3 -m pip install cibuildwheel==2.3.1 + install: python3 -m pip install cibuildwheel==2.4.0 script: | cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh |