add note about PGP signatures

This commit is contained in:
Robin Dunn
2023-06-12 15:57:12 -07:00
parent e4fd9a3e04
commit e01138a0bf

View File

@@ -45,6 +45,8 @@ HOWTO Release wxPython Phoenix
for f in wxPython-4*; do gpg --detach-sign -a $f; done
for f in $(find linux -name "*.whl"); do echo $f; gpg --detach-sign -a $f; done
NOTE: It looks like PyPI does not support gpg signatures any longer, so this step can be skipped/
12. Upload to PyPI with::
cd ~/release-builds