summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/release.txt b/docs/release.txt
index e0e2660..813af02 100644
--- a/docs/release.txt
+++ b/docs/release.txt
@@ -4,7 +4,7 @@
git tag v${WVER}
git push origin master
git push origin v${WVER}
-- Register with pypi.python.org (once):
- python setup.py register
-- Upload the source distribution to pypi
- python setup.py sdist upload
+- Create the source distribution
+ python3 setup.py sdist
+- Upload the source distribution
+ python3 -m twine upload dist/websockify-${WVER}.tar.gz