Skip to content

Commit a69329a

Browse files
authored
Merge pull request #654 from bsolomon1124/clarify-default-upload-url
Clarify default --repository-url for 'real' PyPI
2 parents 269d56d + 609dc59 commit a69329a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

source/tutorials/packaging-projects.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,9 @@ differences:
334334
servers and the login details from the test server are not shared with the
335335
main server.
336336
* Use ``twine upload dist/*`` to upload your package and enter your credentials
337-
for the account you registered on the real PyPI.
337+
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.
338340
* Install your package from the real PyPI using ``pip install [your-package]``.
339341

340342
At this point if you want to read more on packaging Python libraries here are

0 commit comments

Comments
 (0)