Skip to content

Commit

Permalink
Bump version and build package
Browse files Browse the repository at this point in the history
  • Loading branch information
shankarpandala committed Nov 19, 2023
1 parent bfb7ecc commit 028cb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
RELEASE_TYPE=$(echo $VERSION_PART | cut -d '-' -f 2)
VERSION_NUMBER=$(echo $VERSION_PART | cut -d '-' -f 1)
echo $VERSION_NUMBER
bump2version --new-version $VERSION_NUMBER $RELEASE_TYPE
bump2version --new-version $VERSION_NUMBER $RELEASE_TYPE setup.py .bumpversion.cfg lazygitgpt/__init__.py
git commit -am "Bump version to $VERSION_NUMBER"
- name: Build package
run: python -m build
Expand Down

0 comments on commit 028cb75

Please sign in to comment.