mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 08:26:12 +02:00
[#681] Update version handling in source and travis deployments
This commit is contained in:
parent
b4fda4d4c5
commit
caeafb38a7
3 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue