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 84f3787 commit 368d979Copy full SHA for 368d979
.github/workflows/python-publish.yml
@@ -48,8 +48,9 @@ jobs:
48
run: |
49
git config --global user.name 'gnikit'
50
git config --global user.email '[email protected]'
51
- git commit fortls/_version.py -am "Auto-Update version"
52
- git push
+ git commit fortls/_version.py -m "Auto-Update version"
+ git tag -f "${VERSION}"
53
+ git push -f
54
55
- name: Build package
56
run: python -m build
0 commit comments