Skip to content

Commit 462aba2

Browse files
committed
Force pushing of tasks
1 parent fa18ab2 commit 462aba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ test:
44
pytest
55

66
release version: test
7-
git tag {{version}}
7+
git tag -f {{version}}
88
git checkout {{version}}
99
python3 setup.py sdist
1010
twine upload dist/pyronn-torch-{{version}}.tar.gz
11-
git push --tags
11+
git push --tags -f
1212
git checkout master
1313

1414
wheel_release version: test

0 commit comments

Comments
 (0)