mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 01:18:31 +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:
|
before_deploy:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASS
|
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASS
|
||||||
|
- poetry version $TRAVIS_TAG
|
||||||
- poetry build
|
- poetry build
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: poetry publish
|
script: poetry publish
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
draft: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue