debops / debops-tools

Your Debian-based data center in a box
https://debops.org/
GNU General Public License v3.0
1.07k stars 116 forks source link

Signed PyPI releases #170

Open ypid opened 7 years ago

ypid commented 7 years ago

Seems that PyPI supports OpenPGP signatures but it seems to be not very common yet. Also pip has no native way of checking the signatures yet (tracked upstream: https://github.com/pypa/pip/issues/1035). As the signing part does not have a big overhead and can be automated with the release process I would suggest to do that for the next release. Here is an example Python package which uses this: hlc. Also refer to the Makefile of the package where all of the signing is automated :wink:

Related to: #164 Refs: