diff --git a/.travis.yml b/.travis.yml index 1f419df..b128518 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,9 @@ script: - make test before_deploy: - poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD - - poetry build deploy: provider: script - script: poetry publish + script: poetry build && poetry publish on: tags: true env: