diff --git a/.travis.yml b/.travis.yml index a3fbcf8..d2afa0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ env: - BUILD_OUTPUT_PATH="$(uname | perl -ne 'print lc')-tgcrypto-wheels" install: - - python3 -m pip install cibuildwheel==1.6.3 + - python3 -m pip install cibuildwheel==1.6.4 script: - cibuildwheel --output-dir $BUILD_OUTPUT_PATH