Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5c716f60
Commit
5c716f60
authored
Apr 27, 2006
by
George Yoshida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
markup fix
parent
f7c3498d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/dist/dist.tex
Doc/dist/dist.tex
+4
-4
No files found.
Doc/dist/dist.tex
View file @
5c716f60
...
...
@@ -1760,16 +1760,16 @@ The \command{upload} command uses the username, password, and repository
URL from the
\file
{
\$
HOME/.pypirc
}
file (see section~
\ref
{
pypirc
}
for
more on this file).
You can use the
\
programopt
{
--
sign
}
option to tell
\command
{
upload
}
to
You can use the
\
longprogramopt
{
sign
}
option to tell
\command
{
upload
}
to
sign each uploaded file using GPG (GNU Privacy Guard). The
\program
{
gpg
}
program must be available for execution on the system
\envvar
{
PATH
}
. You can also specify which key to use for signing
using the
\
programopt
{
--
identity=
\var
{
name
}}
option.
using the
\
longprogramopt
{
identity=
\var
{
name
}}
option.
Other
\command
{
upload
}
options include
\
programopt
{
--
repository=
\var
{
url
}}
(which lets you override the
\
longprogramopt
{
repository=
\var
{
url
}}
(which lets you override the
repository setting from
\file
{
\$
HOME/.pypirc
}
), and
\
programopt
{
--
show-response
}
(which displays the full response text
\
longprogramopt
{
show-response
}
(which displays the full response text
from the PyPI server for help in debugging upload problems).
\chapter
{
Examples
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment