mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Explicitly write Version to file
Delay import of asteval Use __version__.py instead of VERSION.txt
This commit is contained in:
parent
b8d43db558
commit
c8d59727eb
4 changed files with 9 additions and 7 deletions
|
@ -113,6 +113,7 @@ jobs:
|
|||
before_deploy:
|
||||
- poetry config http-basic.pypi "$PYPI_USER" "$PYPI_PASS"
|
||||
- poetry version "$TRAVIS_TAG"
|
||||
- echo __version__ = \"$TRAVIS_TAG\" > jrnl/__version__.py
|
||||
- poetry build
|
||||
deploy:
|
||||
- provider: script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue