You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: pypa/pip#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 😉
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: pypa/pip#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 😉Related to: #164
Refs:
The text was updated successfully, but these errors were encountered: