mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
markup fiddling
This commit is contained in:
+2
-2
@@ -475,7 +475,7 @@ removing 'build\bdist.win32\wininst' (and everything under it)</samp>
|
||||
<li>Upload the packages you created with <code>setup.py sdist</code> and <code>setup.py bdist_*</code>
|
||||
</ol>
|
||||
|
||||
<p>To register yourself, go to <a href=http://pypi.python.org/pypi?:action=register_form>the PyPI user registration page</a>. Enter your desired username and password, provide a valid email address, and click the <code>Register</code> button. (If you have a <abbr>PGP</abbr> or <abbr>GPG</abbr> 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.
|
||||
<p>To register yourself, go to <a href="http://pypi.python.org/pypi?:action=register_form">the PyPI user registration page</a>. Enter your desired username and password, provide a valid email address, and click the <code>Register</code> button. (If you have a <abbr>PGP</abbr> or <abbr>GPG</abbr> 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.
|
||||
|
||||
<p>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.
|
||||
<ol>
|
||||
<li>When you release your project for the first time, Distutils will add your software to the Python Package Index and give it its own <abbr>URL</abbr>. Every time after that, it will simply update the project metadata with any changes you may have made in your <code>setup.py</code> parameters. Next, it builds a source distribution (<code>sdist</code>) and a Windows installer (<code>bdist_wininst</code>), then uploads them to PyPI (<code>upload</code>).
|
||||
<li>Type <kbd>1</kbd> or just press <kbd>ENTER</kbd> to select “use your existing login.”
|
||||
<li>Enter the username and password you selected on the <a href=http://pypi.python.org/pypi?:action=register_form>the PyPI user registration page</a>. Distuils will not echo your password; it will not even echo asterisks in place of characters. Just type your password and press <kbd>ENTER</kbd>.
|
||||
<li>Enter the username and password you selected on the <a href="http://pypi.python.org/pypi?:action=register_form">the PyPI user registration page</a>. Distuils will not echo your password; it will not even echo asterisks in place of characters. Just type your password and press <kbd>ENTER</kbd>.
|
||||
<li>Distutils registers your package with the Python Package Index…
|
||||
<li>…builds your source distribution…
|
||||
<li>…builds your Windows installer…
|
||||
|
||||
Reference in New Issue
Block a user