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)
  • Upload the packages you created with 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.

    1. When you release your project for the first time, Distutils will add your software to the Python Package Index and give it its own URL. Every time after that, it will simply update the project metadata with any changes you may have made in your setup.py parameters. Next, it builds a source distribution (sdist) and a Windows installer (bdist_wininst), then uploads them to PyPI (upload).
    2. Type 1 or just press ENTER to select “use your existing login.” -
    3. Enter the username and password you selected on the the PyPI user registration page. Distuils will not echo your password; it will not even echo asterisks in place of characters. Just type your password and press ENTER. +
    4. Enter the username and password you selected on the the PyPI user registration page. Distuils will not echo your password; it will not even echo asterisks in place of characters. Just type your password and press ENTER.
    5. Distutils registers your package with the Python Package Index…
    6. …builds your source distribution…
    7. …builds your Windows installer…