Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 18, 2020
1 parent f52316f commit e9224c4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Expand Up @@ -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" ]
Expand Down

0 comments on commit e9224c4

Please sign in to comment.