We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e277b commit 7d1a19dCopy full SHA for 7d1a19d
.github/workflows/release.yml
@@ -30,8 +30,8 @@ jobs:
30
pip install setuptools wheel twine bump2version git-changelog # better-exceptions(optional for debug)
31
- name: Bump version
32
run: |
33
- git config --global user.name 'github-actions[bot]'
34
- git config --global user.email 'github-actions[bot]@users.noreply.github.com'
+ git config user.name "SunsetWolf"
+ git config user.email "Lv.Linlang@hotmail.com"
35
bump2version patch
36
NEW_VERSION=$(grep -Po '(?<=^version = ")[^"]*' pyproject.toml)
37
echo "new_version=$NEW_VERSION" >> $GITHUB_ENV
0 commit comments