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

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to