Lines Matching full:upload
15 Distutils provides the :command:`register` and :command:`upload` commands for
50 and the :ref:`upload <package-upload>` command for submitting distribution
91 .. _package-upload:
93 The ``upload`` command
96 The distutils command :command:`upload` pushes the distribution files to PyPI.
101 python setup.py sdist bdist_wininst upload
106 line for the invocation including the :command:`upload` command are uploaded.
109 and if the password was entered in the prompt, :command:`upload` will reuse the
113 You can use the ``--sign`` option to tell :command:`upload` to sign each
118 See :ref:`package-cmdoptions` for additional options to the :command:`upload`
128 :command:`upload` commands.
133 python setup.py sdist bdist_wininst upload -r https://example.com/pypi
155 The :command:`register` and :command:`upload` commands both check for the
178 ``https://upload.pypi.org/legacy/``.
203 This allows the :command:`register` and :command:`upload` commands to be
209 testing before doing your first upload to ``PyPI`` itself.