mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +02:00
Merge pull request #682 from wren/deployment-testing
[#681] travis deployment testing
This commit is contained in:
commit
631eb32418
1 changed files with 2 additions and 0 deletions
|
@ -11,11 +11,13 @@ script:
|
|||
before_deploy:
|
||||
- pip install poetry
|
||||
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASS
|
||||
- poetry version $TRAVIS_TAG
|
||||
- poetry build
|
||||
deploy:
|
||||
provider: script
|
||||
script: poetry publish
|
||||
skip_cleanup: true
|
||||
draft: true
|
||||
on:
|
||||
branch: master
|
||||
tags: true
|
||||
|
|
Loading…
Add table
Reference in a new issue