mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
add note about PGP signatures
This commit is contained in:
@@ -45,6 +45,8 @@ HOWTO Release wxPython Phoenix
|
|||||||
for f in wxPython-4*; do gpg --detach-sign -a $f; done
|
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
|
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::
|
12. Upload to PyPI with::
|
||||||
|
|
||||||
cd ~/release-builds
|
cd ~/release-builds
|
||||||
|
|||||||
Reference in New Issue
Block a user