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 b8e034b commit ba21ffeCopy full SHA for ba21ffe
publish.sh
@@ -7,4 +7,7 @@ python3 -m twine upload --verbose dist/*
7
python3 setup.py clean
8
rm -rf ./dist
9
rm -fr ./build
10
-rm -fr ./wpwatcher.egg-info
+rm -fr ./wpwatcher.egg-info
11
+
12
+git tag $(python3 setup.py -V)
13
+git push --tags
0 commit comments