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 c339662 commit 904d918Copy full SHA for 904d918
BUILD.rst
@@ -22,9 +22,9 @@ Releasing remote server
22
23
git tag -a $VERSION -m "Release $VERSION" && git push --tags
24
25
-4. Create distribution::
+4. Create and upload distribution::
26
27
- python setup.py sdist register upload
+ python setup.py sdist upload
28
29
5. Verify that `PyPI page <https://pypi.python.org/pypi/robotremoteserver>`__
30
looks good.
0 commit comments