¯\_(ツ)_/¯

This commit is contained in:
Jonathan Wren 2019-10-19 13:03:57 -07:00
parent 367766c574
commit 27db5e520f

View file

@ -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