From 4ed68eab970c5a64f5189410238ef495d9704452 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 13 Aug 2019 13:56:17 +0200 Subject: [PATCH] Update release instructions --- docs/release.txt | 8 ++++---- 1 file 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