A sub-ticket support plugin for trac
-
Comment out the following in
setup.cfg
and commit:[egg_info] tag_build = dev
-
Tag the release:
git tag <version> git push --tags
-
Create the release and upload to PyPI:
rm -rf dist python setup.py release twine upload dist/*