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 b43a20d commit 4a12a39Copy full SHA for 4a12a39
Makefile
@@ -13,4 +13,4 @@ release:
13
rm -rf dist
14
python3 -m build
15
twine upload dist/*
16
- git tag -a v`cat version`
+ git tag -a v`cat VERSION`
0 commit comments