[#681] Update version handling in source and travis deployments

This commit is contained in:
Jonathan Wren 2019-10-19 13:41:59 -07:00
parent b4fda4d4c5
commit caeafb38a7
3 changed files with 5 additions and 5 deletions

View file

@ -12,10 +12,10 @@ before_deploy:
- pip install poetry
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASS
- poetry version $TRAVIS_TAG
- poetry build
- make build
deploy:
provider: script
script: poetry publish
script: make release
skip_cleanup: true
draft: true
on: