[Distutils] PyPi Size Limits

Donald Stufft donald at stufft.io
Wed Apr 13 07:23:08 EDT 2016


> On Apr 11, 2016, at 1:48 PM, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 
> I'm happy to give Warehouse a go. How do I go about it?


In your ~/.pypirc you’ll want something like https://bpaste.net/show/7749b2b903b1 You can then upload to PyPI using ``twine upload [-s] dist/*`` and upload to Warehouse using ``twine upload -r warehouse [-s] dist/*``.

You’ll want to make sure you upload something to PyPI itself after you upload something to Warehouse to trigger a purge on the CDN.

What’s the name of your project and how large of a limit do you need?

-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160413/1ab79dff/attachment-0001.sig>


More information about the Distutils-SIG mailing list