rest25/distutils/uploading.rst => rest262/distutils/uploading.rst
19PyPI.  Note that these will be uploaded even if they are built using an earlier
20invocation of :file:`setup.py`, but that only distributions named on the command
21line for the invocation including the :command:`upload` command are uploaded.
22
23The :command:`upload` command uses the username, password, and repository URL
24from the :file:`$HOME/.pypirc` file (see section :ref:`pypirc` for more on this
25file).
26
n27+You can specify another PyPI server with the :option:`--repository=*url*` option::
28+ 
29+   python setup.py sdist bdist_wininst upload -r http://example.com/pypi
30+ 
31+See section :ref:`pypirc` for more on defining several servers.
32+ 
27You can use the :option:`--sign` option to tell :command:`upload` to sign each
28uploaded file using GPG (GNU Privacy Guard).  The  :program:`gpg` program must
29be available for execution on the system :envvar:`PATH`.  You can also specify
30which key to use for signing using the :option:`--identity=*name*` option.
31
n32-Other :command:`upload` options include  :option:`--repository=*url*(which
n38+Other :command:`upload` options include :option:`--repository=<url>or
33-lets you override the repository setting from :file:`$HOME/.pypirc`), and
39+:option:`--repository=<section>` where *url* is the url of the server and
40+*section* the name of the section in :file:`$HOME/.pypirc`, and
34:option:`--show-response` (which displays the full response text from the PyPI
35server for help in debugging upload problems).
36
t37- 
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op