diff --git a/packaging.html b/packaging.html index dd56d55..c0a01ce 100644 --- a/packaging.html +++ b/packaging.html @@ -475,7 +475,7 @@ removing 'build\bdist.win32\wininst' (and everything under it)
setup.py sdist and setup.py bdist_*
-To register yourself, go to the PyPI user registration page. Enter your desired username and password, provide a valid email address, and click the Register button. (If you have a PGP or GPG key, you can also provide that. If you don’t have one or don’t know what that means, don’t worry about it.) Check your email; within a few minutes, you should receive a message from PyPI with a validation link. Click the link to complete the registration process.
+
To register yourself, go to the PyPI user registration page. Enter your desired username and password, provide a valid email address, and click the Register button. (If you have a PGP or GPG key, you can also provide that. If you don’t have one or don’t know what that means, don’t worry about it.) Check your email; within a few minutes, you should receive a message from PyPI with a validation link. Click the link to complete the registration process.
Now you need to register your software with PyPI and upload it. You can do this all in one step. @@ -507,7 +507,7 @@ I can store your PyPI login so future submissions will be faster.
setup.py parameters. Next, it builds a source distribution (sdist) and a Windows installer (bdist_wininst), then uploads them to PyPI (upload).