We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312a6d2 commit 4ed68eaCopy full SHA for 4ed68ea
docs/release.txt
@@ -4,7 +4,7 @@
4
git tag v${WVER}
5
git push origin master
6
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
+- Create the source distribution
+ python3 setup.py sdist
+- Upload the source distribution
+ python3 -m twine upload dist/websockify-${WVER}.tar.gz
0 commit comments