diff --git a/.travis.yml b/.travis.yml index d7c6204a..079442b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -115,7 +115,6 @@ jobs: - TZ=America/Edmonton - stage: Deploy - if: branch = master AND tag IS present before_deploy: - poetry config pypi-token.pypi "$PYPI_TOKEN" - poetry version "$TRAVIS_TAG" @@ -124,6 +123,10 @@ jobs: deploy: - provider: script script: poetry publish + skip_cleanup: true + on: + branch: master + tags: true after_deploy: - git config --global user.email "jrnl.bot@gmail.com" - git config --global user.name "Jrnl Bot"