summaryrefslogtreecommitdiffstats
path: root/release_procedure.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_procedure.txt')
-rw-r--r--release_procedure.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/release_procedure.txt b/release_procedure.txt
index bfa82036..9f3bff0e 100644
--- a/release_procedure.txt
+++ b/release_procedure.txt
@@ -3,7 +3,6 @@
* Bump the version number in pgcli/__init__.py
* Commit with message: 'Releasing version X.X.X.'
* Create a tag: git tag vX.X.X
-* Register with pypi for new version: python setup.py register
* Fix the image url in PyPI to point to github raw content. https://raw.githubusercontent.com/dbcli/pgcli/master/screenshots/image01.png
* Create source dist tar ball: python setup.py sdist
* Test this by installing it in a fresh new virtualenv. Run SanityChecks [./sanity_checks.txt].