diff --git a/packaging/HOWTO-Release.rst b/packaging/HOWTO-Release.rst index 9026be68..5ace6197 100644 --- a/packaging/HOWTO-Release.rst +++ b/packaging/HOWTO-Release.rst @@ -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