summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/release.txt b/docs/release.txt
index 5750c88..611d4eb 100644
--- a/docs/release.txt
+++ b/docs/release.txt
@@ -6,4 +6,7 @@
git push origin v${WVER}
git archive --format=tar --prefix=websockify-${WVER}/ v${WVER} > websockify-${WVER}.tar
gzip websockify-${WVER}.tar
-- Upload tarball to repo
+- Register with pypi.python.org (once):
+ python setup.py register
+- Upload the source distribution to pypi
+ python setup.py sdist upload