NOTE: This guide is only useful for the owners of the pgctl project.
- bump
pgctl/__init__.py
git commit -am "v{{version}}"
git tag v{{version}} && git push origin master --tags
- upload to pypi
- if you need to set up pypi auth,
python setup.py register
and follow the prompts python setup.py sdist bdist_wheel
twine upload --skip-existing dist/*
- if you need to set up pypi auth,
fetch-python-package pgctl
-- upload to pypi.yelpcorp