summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wren <jonathan@nowandwren.com>2020-01-14 21:48:42 -0800
committerJonathan Wren <jonathan@nowandwren.com>2020-04-10 11:51:56 -0700
commit4d4321738e05f5883ce0c5b42a932a6b5d43416e (patch)
tree704ad7a49937da3b4191b236e7c8425eff9ccf9f
parentdc2d22b43e87619a8595518595719c4c8cb571c8 (diff)
small fixes for travis pipeline
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c5d9a5de..2ad06066 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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,6 +140,6 @@ 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