diff --git a/.travis.yml b/.travis.yml index 00c56e99..80c433fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,13 @@ script: before_deploy: - pip install poetry - poetry config http-basic.pypi $PYPI_USER $PYPI_PASS + - poetry version $TRAVIS_TAG - poetry build deploy: provider: script script: poetry publish skip_cleanup: true + draft: true on: branch: master tags: true