Skip to content

Commit

Permalink
patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaburia committed Oct 11, 2023
1 parent 49e0f50 commit 03c6298
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
- name: Bump Version
run: |
pip install bump2version
bump2version patch
shell: bash
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit 03c6298

Please sign in to comment.