Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi committed Jul 21, 2024
1 parent 22bba88 commit a260987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Increment version
run: |
git config --global user.email "[email protected]"
git config --global user.name "pavi"
bump2version patch # Change 'patch' to 'minor' or 'major' as needed
- name: Build package
Expand Down

0 comments on commit a260987

Please sign in to comment.