Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
b2b2252a
Kaydet (Commit)
b2b2252a
authored
Ock 11, 2013
tarafından
Chris Jerdonek
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #16874 (merge from 3.2): fix some documentation formatting.
üst
adfbb8e8
444d153d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
uploading.rst
Doc/distutils/uploading.rst
+6
-6
No files found.
Doc/distutils/uploading.rst
Dosyayı görüntüle @
b2b2252a
...
...
@@ -25,21 +25,21 @@ and if the password was entered in the prompt, :command:`upload` will reuse the
entered
password
.
This
is
useful
if
you
do
not
want
to
store
a
clear
text
password
in
the
:
file
:`$
HOME
/.
pypirc
`
file
.
You
can
specify
another
PyPI
server
with
the
:
option
:`--
repository
=*
url
*
`
option
::
You
can
specify
another
PyPI
server
with
the
``--
repository
=
url
`
`
option
::
python
setup
.
py
sdist
bdist_wininst
upload
-
r
http
://
example
.
com
/
pypi
See
section
:
ref
:`
pypirc
`
for
more
on
defining
several
servers
.
You
can
use
the
:
option
:`--
sign
`
option
to
tell
:
command
:`
upload
`
to
sign
each
You
can
use
the
``--
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
:
option
:`--
identity
=*
name
*
`
option
.
which
key
to
use
for
signing
using
the
``--
identity
=
name
`
`
option
.
Other
:
command
:`
upload
`
options
include
:
option
:`--
repository
=<
url
>
`
or
:
option
:`--
repository
=<
section
>
`
where
*
url
*
is
the
url
of
the
server
and
Other
:
command
:`
upload
`
options
include
``--
repository
=
url
`
`
or
``--
repository
=
section
`
`
where
*
url
*
is
the
url
of
the
server
and
*
section
*
the
name
of
the
section
in
:
file
:`$
HOME
/.
pypirc
`,
and
:
option
:`--
show
-
response
`
(
which
displays
the
full
response
text
from
the
PyPI
``--
show
-
response
`
`
(
which
displays
the
full
response
text
from
the
PyPI
server
for
help
in
debugging
upload
problems
).
PyPI
package
display
...
...
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