mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 16:26:13 +02:00
Use __version__.py instead of VERSION.txt
This commit is contained in:
parent
80b376b4fb
commit
45384f3c8f
4 changed files with 6 additions and 10 deletions
|
@ -13,7 +13,7 @@ script:
|
|||
before_deploy:
|
||||
- pip install poetry
|
||||
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASS
|
||||
- echo $TRAVIS_TAG > jrnl/VERSION.txt
|
||||
- echo __version__ = \"$TRAVIS_TAG\" > jrnl/__version__.py
|
||||
- poetry version $TRAVIS_TAG
|
||||
- poetry build
|
||||
deploy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue