Update .travis.yml

This commit is contained in:
Dan 2020-11-08 16:26:48 +01:00 committed by GitHub
parent 9253e2320c
commit 9836e93a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ env:
- BUILD_OUTPUT_PATH="$(uname | perl -ne 'print lc')-tgcrypto-wheels" - BUILD_OUTPUT_PATH="$(uname | perl -ne 'print lc')-tgcrypto-wheels"
install: install:
- python3 -m pip install cibuildwheel==1.6.3 - python3 -m pip install cibuildwheel==1.6.4
script: script:
- cibuildwheel --output-dir $BUILD_OUTPUT_PATH - cibuildwheel --output-dir $BUILD_OUTPUT_PATH