From af970cd47f7e370cb4c228120739eb5b22defd4b Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Tue, 14 Jan 2020 21:48:42 -0800 Subject: [PATCH] small fixes for travis pipeline --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fd39b6e..37dab626 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,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