From ec6d08a65043d8c05e73d2b5cc698fdaa5ef1e3a Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Wed, 16 May 2018 21:24:58 +0530 Subject: [PATCH] else --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 31e08ed..c245ec3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,8 +43,7 @@ after_success: sudo pip install --upgrade six; sudo pip install twine; twine upload wheelhouse/pdflib*manylinux*.whl; - fi - if [[ $TRAVIS_OS_NAME = "osx" ]]; then + else pip3 install twine; python3 -m twine upload wheelhouse/pdflib*macosx*.whl; fi