Skip to content

Commit

Permalink
Use bump from poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed May 27, 2022
1 parent bb9d662 commit f67bab0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ jobs:

- name: Bump version
run: |
python3 -m pip install --user bump-anything
bump minor pyproject.toml
poetry version patch
git add pyproject.toml
git commit --allow-empty -m "[skip ci] Bump Version"
git push
Expand Down

0 comments on commit f67bab0

Please # to comment.