We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1306cef commit 609dc59Copy full SHA for 609dc59
1 file changed
source/tutorials/packaging-projects.rst
@@ -334,7 +334,9 @@ differences:
334
servers and the login details from the test server are not shared with the
335
main server.
336
* Use ``twine upload dist/*`` to upload your package and enter your credentials
337
- for the account you registered on the real PyPI.
+ for the account you registered on the real PyPI. Now that you're uploading
338
+ the package in production, you don't need to specify ``--repository-url``; the
339
+ package will upload to https://pypi.org/ by default.
340
* Install your package from the real PyPI using ``pip install [your-package]``.
341
342
At this point if you want to read more on packaging Python libraries here are
0 commit comments