Skip to content

Commit 4a12a39

Browse files
committed
Fix file typo in release make step
1 parent b43a20d commit 4a12a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ release:
1313
rm -rf dist
1414
python3 -m build
1515
twine upload dist/*
16-
git tag -a v`cat version`
16+
git tag -a v`cat VERSION`

0 commit comments

Comments
 (0)