Skip to content

Commit

Permalink
Add git tag to publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Dec 16, 2020
1 parent b8e034b commit ba21ffe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
rm -fr ./wpwatcher.egg-info

git tag $(python3 setup.py -V)
git push --tags

0 comments on commit ba21ffe

Please sign in to comment.