mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Merge pull request #807 from wren/auto-changelog-724
Change PyPI auth method in build pipeline
This commit is contained in:
commit
e8981a6396
1 changed files with 1 additions and 2 deletions
|
@ -125,7 +125,6 @@ jobs:
|
|||
- stage: Deploy
|
||||
if: tag IS present
|
||||
before_deploy:
|
||||
- poetry config pypi-token.pypi "$PYPI_TOKEN"
|
||||
- poetry version "$TRAVIS_TAG"
|
||||
- echo __version__ = \"$TRAVIS_TAG\" > jrnl/__version__.py
|
||||
- poetry build
|
||||
|
@ -141,5 +140,5 @@ jobs:
|
|||
- git config --global user.name "Jrnl Bot"
|
||||
- git checkout master
|
||||
- git add pyproject.toml
|
||||
- git commit -m "Incrementing version to ${TRAVIS_TAG}"
|
||||
- git commit -m "Incrementing version to ${TRAVIS_TAG} [ci skip]"
|
||||
- git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl.git master
|
||||
|
|
Loading…
Add table
Reference in a new issue