Skip to content

Commit 368d979

Browse files
committed
Update PyPi Actions workflow
1 parent 84f3787 commit 368d979

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ jobs:
4848
run: |
4949
git config --global user.name 'gnikit'
5050
git config --global user.email '[email protected]'
51-
git commit fortls/_version.py -am "Auto-Update version"
52-
git push
51+
git commit fortls/_version.py -m "Auto-Update version"
52+
git tag -f "${VERSION}"
53+
git push -f
5354
5455
- name: Build package
5556
run: python -m build

0 commit comments

Comments
 (0)