[Distutils] Twine 1.10 Releases - Upload things to PyPI

Donald Stufft donald at stufft.io
Thu Sep 26 15:35:18 CEST 2013


I just released twine, it's a library for uploading things to PyPI - https://pypi.python.org/pypi/twine

* Uses all the same flags as ``python setup.py upload``
* Doesn't force you to create the distribution file in the same command as the upload
   * Enables you to test the exact files you're about to upload prior to uploading
   * Enables you to manually sign the files, possibly on a different computer then created them
   * Enables you to automatically generate distributions in CI but have a trusted computer do releases
* Uses TLS and verifies it (python setup.py upload does not)

-----------------
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: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130926/2a499dfb/attachment.sig>


More information about the Distutils-SIG mailing list