Skip to content

Commit 4ed68ea

Browse files
committed
Update release instructions
1 parent 312a6d2 commit 4ed68ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/release.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
git tag v${WVER}
55
git push origin master
66
git push origin v${WVER}
7-
- Register with pypi.python.org (once):
8-
python setup.py register
9-
- Upload the source distribution to pypi
10-
python setup.py sdist upload
7+
- Create the source distribution
8+
python3 setup.py sdist
9+
- Upload the source distribution
10+
python3 -m twine upload dist/websockify-${WVER}.tar.gz

0 commit comments

Comments
 (0)