From e9224c4a0db8111ebd07a2986bda06874aa1d068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 18 Aug 2020 21:31:57 +0200 Subject: [PATCH] Fix indentation --- .circleci/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 48bfd631..30c0587c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,16 +95,16 @@ jobs: echo "password = ${PYPI_PASS}" >> ~/.pypirc pip install --user wheel twine - run: - name: Bump version - command: | - if [ "${CIRCLE_BRANCH}" == "master" ] - then - pip install --user bump-anything - bump minor - git add setup.py - git commit --allow-empty -m "[skip ci] Bump Version" - git push push ${CIRCLE_BRANCH} - fi + name: Bump version + command: | + if [ "${CIRCLE_BRANCH}" == "master" ] + then + pip install --user bump-anything + bump minor + git add setup.py + git commit --allow-empty -m "[skip ci] Bump Version" + git push push ${CIRCLE_BRANCH} + fi - deploy: command: | if [ "${CIRCLE_BRANCH}" == "test" ]