File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,21 @@ and if the password was entered in the prompt, :command:`upload` will reuse the
25
25
entered password. This is useful if you do not want to store a clear text
26
26
password in the :file: `$HOME/.pypirc ` file.
27
27
28
- You can specify another PyPI server with the :option: ` --repository=* url* ` option::
28
+ You can specify another PyPI server with the `` --repository=url ` ` option::
29
29
30
30
python setup.py sdist bdist_wininst upload -r http://example.com/pypi
31
31
32
32
See section :ref: `pypirc ` for more on defining several servers.
33
33
34
- You can use the :option: ` --sign ` option to tell :command: `upload ` to sign each
34
+ You can use the `` --sign ` ` option to tell :command: `upload ` to sign each
35
35
uploaded file using GPG (GNU Privacy Guard). The :program: `gpg ` program must
36
36
be available for execution on the system :envvar: `PATH `. You can also specify
37
- which key to use for signing using the :option: ` --identity=* name* ` option.
37
+ which key to use for signing using the `` --identity=name ` ` option.
38
38
39
- Other :command: `upload ` options include :option: ` --repository=< url> ` or
40
- :option: ` --repository=< section> ` where *url * is the url of the server and
39
+ Other :command: `upload ` options include `` --repository=url ` ` or
40
+ `` --repository=section ` ` where *url * is the url of the server and
41
41
*section * the name of the section in :file: `$HOME/.pypirc `, and
42
- :option: ` --show-response ` (which displays the full response text from the PyPI
42
+ `` --show-response ` ` (which displays the full response text from the PyPI
43
43
server for help in debugging upload problems).
44
44
45
45
PyPI package display
You can’t perform that action at this time.
0 commit comments