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 88f09eb commit f48fe2cCopy full SHA for f48fe2c
.github/workflows/python-publish.yml
@@ -34,12 +34,13 @@ jobs:
34
- name: Update version number
35
run: |
36
# Note: the following account information will not work on GHES
37
+ git checkout HEAD^
38
git config user.name "github-actions[bot]"
39
git config user.email ""
40
python increment_version.py
41
git add .
42
git commit -m "generated"
- git push
43
+ git push origin HEAD:main
44
- name: Build package
45
run: python -m build
46
- name: Publish package
0 commit comments