diff --git a/publish.sh b/publish.sh index 82f5c29..3cf71bb 100755 --- a/publish.sh +++ b/publish.sh @@ -7,4 +7,7 @@ python3 -m twine upload --verbose dist/* python3 setup.py clean rm -rf ./dist rm -fr ./build -rm -fr ./wpwatcher.egg-info \ No newline at end of file +rm -fr ./wpwatcher.egg-info + +git tag $(python3 setup.py -V) +git push --tags