PGP signatures on PyPI: worse than useless

@yossarian as someone who had to maintain my old job's pgp stuff because banks still use pgp to encrypt files sent to us, I very much hate it

Has any progress been made on replacing pgp for signing? Git also has this problem where there really should be something better to do signature verification but I haven't really seen anything

About commit signature verification - GitHub Docs

Using GPG, SSH, or S/MIME, you can sign tags and commits locally. These tags or commits are marked as verified on GitHub so other people can be confident that the changes come from a trusted source.

GitHub Docs