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 3fce658 commit 784d8b9Copy full SHA for 784d8b9
Makefile
@@ -17,7 +17,7 @@ publish: .venv
17
.venv/bin/hatch -v publish
18
19
git tag $(VERSION)
20
- git push $(VERSION)
+ git push origin tag $(VERSION)
21
22
test: .venv
23
.venv/bin/pytest -vv $(PYTEST_ME_PLEASE)
0 commit comments