update deploy stage condition

This commit is contained in:
Jonathan Wren 2020-01-14 21:36:58 -08:00
parent 3fc3233a44
commit 84882c1d98

View file

@ -123,6 +123,7 @@ jobs:
- ./.build/generate_changelog.sh
- stage: Deploy
if: tag IS present
before_deploy:
- poetry config pypi-token.pypi "$PYPI_TOKEN"
- poetry version "$TRAVIS_TAG"