Explicitly write Version to file

This commit is contained in:
Manuel Ebert 2019-11-07 16:48:47 -08:00
parent 53677a9df1
commit de52081481
4 changed files with 10 additions and 4 deletions

View file

@ -13,6 +13,7 @@ script:
before_deploy:
- pip install poetry
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASS
- echo $TRAVIS_TAG > jrnl/VERSION.txt
- poetry version $TRAVIS_TAG
- poetry build
deploy: