We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f9bb1 commit 99c6fd8Copy full SHA for 99c6fd8
.github/workflows/release.yml
@@ -34,13 +34,11 @@ jobs:
34
echo version: $version_number
35
echo "version=$version_number" >> $GITHUB_OUTPUT
36
37
- - name: Bump project version in pyproject.toml
+ - name: Bump project version in pyproject.toml and add changes to current branch and tag
38
run: |
39
VERSION=${{ steps.retrieve-version.outputs.version }}
40
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version $VERSION
41
42
- - name: Add changes to current branch and tag
43
- run: |
44
git config --local user.email "action@github.com"
45
git config --local user.name "GitHub Action"
46
0 commit comments