update deploy stage condition

This commit is contained in:
Jonathan Wren 2020-01-14 21:36:58 -08:00
parent 4d70c46b63
commit 4977924977
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

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"