summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2019-08-13 13:56:17 +0200
committerPierre Ossman <ossman@cendio.se>2019-08-13 13:56:31 +0200
commit4ed68eab970c5a64f5189410238ef495d9704452 (patch)
treefbfdaf5cda02427205d1a91a947bb593719b93be /docs
parent312a6d200c44b2bd566810fe928f38e280774995 (diff)
downloadwebsockify-4ed68eab970c5a64f5189410238ef495d9704452.tar.gz
Update release instructions
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