Skip to content

Commit

Permalink
else
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed May 16, 2018
1 parent 40a26c7 commit ec6d08a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec6d08a

Please sign in to comment.