Skip to content

Commit

Permalink
Merge pull request #654 from bsolomon1124/clarify-default-upload-url
Browse files Browse the repository at this point in the history
Clarify default --repository-url for 'real' PyPI
  • Loading branch information
di committed Oct 9, 2019
2 parents 269d56d + 609dc59 commit a69329a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/tutorials/packaging-projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,9 @@ differences:
servers and the login details from the test server are not shared with the
main server.
* Use ``twine upload dist/*`` to upload your package and enter your credentials
for the account you registered on the real PyPI.
for the account you registered on the real PyPI. Now that you're uploading
the package in production, you don't need to specify ``--repository-url``; the
package will upload to https://pypi.org/ by default.
* Install your package from the real PyPI using ``pip install [your-package]``.

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

0 comments on commit a69329a

Please sign in to comment.