Skip to content

Commit ba21ffe

Browse files
committed
Add git tag to publish script
1 parent b8e034b commit ba21ffe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

publish.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ python3 -m twine upload --verbose dist/*
77
python3 setup.py clean
88
rm -rf ./dist
99
rm -fr ./build
10-
rm -fr ./wpwatcher.egg-info
10+
rm -fr ./wpwatcher.egg-info
11+
12+
git tag $(python3 setup.py -V)
13+
git push --tags

0 commit comments

Comments
 (0)