File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 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
2525entered password. This is useful if you do not want to store a clear text
2626password in the :file: `$HOME/.pypirc ` file.
2727
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::
2929
3030 python setup.py sdist bdist_wininst upload -r http://example.com/pypi
3131
3232See section :ref: `pypirc ` for more on defining several servers.
3333
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
3535uploaded file using GPG (GNU Privacy Guard). The :program: `gpg ` program must
3636be 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.
3838
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
4141*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
4343server for help in debugging upload problems).
4444
4545PyPI package display
You can’t perform that action at this time.
0 commit comments