Skip to content

Commit

Permalink
added task
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvxx committed Feb 11, 2024
1 parent 9881719 commit ea3bc44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
- name: Bump patch version
run: bumpversion --verbose patch

- name: Push changes
- name: Commit and push version bump
run: |
git add pyproject.toml .bumpversion.cfg
git commit -m "Bump version"
git push
git push --tags
- name: Build Package
run: |
Expand Down

0 comments on commit ea3bc44

Please sign in to comment.