Skip to content

Commit

Permalink
add note about PGP signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Aug 29, 2023
1 parent e4fd9a3 commit e01138a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/HOWTO-Release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e01138a

Please sign in to comment.