diff --git a/.travis.yml b/.travis.yml index 409fcc0..3b33839 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ before_deploy: - git config --local user.name "Kyle Hornberg" - git config --local user.email "khornberg@users.noreply.github.com" - git tag $(python setup.py --version) + - pip install twine deploy: - provider: releases api_key: $KEY