Fw: Re: [Webmaster] Upload the package to the Pypi problem
From: Tim Golden Date: 2016-06-16 15:26 To: taochengwei@emar.com; webmaster Subject: Re: [Webmaster] Upload the package to the Pypi problem Please repost this to the distutils-sig mailing list: https://mail.python.org/mailman/listinfo/distutils-sig TJG On 16/06/2016 07:23, taochengwei@emar.com wrote:
I run `python setup.py register sdist bdist_egg upload`, """ running upload Submitting dist/SpliceURL-0.1.tar.gz to http://pypi.python.org/pypi Upload failed (403): Must access using HTTPS instead of HTTP Submitting dist/SpliceURL-0.1-py2.7.egg to http://pypi.python.org/pypi Upload failed (403): Must access using HTTPS instead of HTTP """ My system: python 2.6.6 setuptools (23.0.0)
My .pypirc """ [distutils] index-servers = pypi
[pypi] repository=https://pypi.python.org/pypi username=saintic password=zzz """ I change a Centos7 system, is the same(no pypirc, python2.7).
------------------------------------------------------------------------ _______________________________________________ Webmaster mailing list Webmaster@python.org https://mail.python.org/mailman/listinfo/webmaster
Heya, I’m still writing up the documentation for this, but you should use Twine (https://pypi.python.org/pypi/twine <https://pypi.python.org/pypi/twine>) to upload instead of ``setup.py upload``.
On Jun 16, 2016, at 3:48 AM, taochengwei@emar.com wrote:
From: Tim Golden <mailto:mail@timgolden.me.uk> Date: 2016-06-16 15:26 To: taochengwei@emar.com <mailto:taochengwei@emar.com>; webmaster <mailto:webmaster@python.org> Subject: Re: [Webmaster] Upload the package to the Pypi problem Please repost this to the distutils-sig mailing list:
https://mail.python.org/mailman/listinfo/distutils-sig <https://mail.python.org/mailman/listinfo/distutils-sig>
TJG
On 16/06/2016 07:23, taochengwei@emar.com <mailto:taochengwei@emar.com> wrote:
I run `python setup.py register sdist bdist_egg upload`, """ running upload Submitting dist/SpliceURL-0.1.tar.gz to http://pypi.python.org/pypi <http://pypi.python.org/pypi> Upload failed (403): Must access using HTTPS instead of HTTP Submitting dist/SpliceURL-0.1-py2.7.egg to http://pypi.python.org/pypi <http://pypi.python.org/pypi> Upload failed (403): Must access using HTTPS instead of HTTP """ My system: python 2.6.6 setuptools (23.0.0)
My .pypirc """ [distutils] index-servers = pypi
[pypi] repository=https://pypi.python.org/pypi <https://pypi.python.org/pypi> username=saintic password=zzz """ I change a Centos7 system, is the same(no pypirc, python2.7).
------------------------------------------------------------------------ _______________________________________________ Webmaster mailing list Webmaster@python.org <mailto:Webmaster@python.org> https://mail.python.org/mailman/listinfo/webmaster <https://mail.python.org/mailman/listinfo/webmaster>
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org <mailto:Distutils-SIG@python.org> https://mail.python.org/mailman/listinfo/distutils-sig <https://mail.python.org/mailman/listinfo/distutils-sig>
— Donald Stufft
participants (2)
-
Donald Stufft -
taochengwei@emar.com