Skip to content

Commit

Permalink
Add automatic version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
macabdul9 committed Dec 19, 2024
1 parent 006f03f commit eba2a6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python -m twine upload dist/*
- name: Push changes back to repository
uses: ad-m/github-push-action@v1
uses: stefanzweifel/git-auto-commit-action@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_message: "Bump version to ${{ steps.bump_version.outputs.new_version }}"
branch: main
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="anygen",
version="1.0.1",
version="1.0.2",
author="Abdul Waheed",
author_email="abdulwaheed1513@gmail.com",
description="A unified interface for text generation using Hugging Face, OpenAI, and Gemini models.",
Expand Down

0 comments on commit eba2a6a

Please sign in to comment.