Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 018a022

Browse files
committedFeb 9, 2024·
feat: Commit pyproject.toml version bump in CI
1 parent 2d70667 commit 018a022

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/publish.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ jobs:
3737
3838
- name: Publish ${{ env.TAG_VERSION }}
3939
run: poetry publish
40+
41+
- name: Commit pyproject.toml version bump
42+
uses: actions-js/push@master
43+
with:
44+
github_token: ${{ secrets.GITHUB_TOKEN }}
45+
message: Pyproject.toml version Bump (${{ TAG_VERSION }})

0 commit comments

Comments
 (0)
Please sign in to comment.