We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01c287 commit f488c0fCopy full SHA for f488c0f
2 files changed
.github/workflows/python-publish.yml
@@ -35,7 +35,6 @@ jobs:
35
# Note: the following account information will not work on GHES
36
git config user.name "github-actions[bot]"
37
git config user.email ""
38
- python increment_version.py
39
git add .
40
git commit -m "generated"
41
git push origin HEAD:main
increment_version.py
0 commit comments