Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 452 Bytes

RELEASE.md

File metadata and controls

10 lines (9 loc) · 452 Bytes

NOTE: This guide is only useful for the owners of the pgctl project.

  1. bump pgctl/__init__.py
  2. git commit -am "v{{version}}"
  3. git tag v{{version}} && git push origin master --tags
  4. upload to pypi
    1. if you need to set up pypi auth, python setup.py register and follow the prompts
    2. python setup.py sdist bdist_wheel
    3. twine upload --skip-existing dist/*
  5. fetch-python-package pgctl -- upload to pypi.yelpcorp