From 4977924977451aa3beeeb8fcdea6f0a06efaf5a9 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Tue, 14 Jan 2020 21:36:58 -0800 Subject: [PATCH] update deploy stage condition --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a2d71c48..0fd39b6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"