mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
@@ -45,6 +45,7 @@ HOWTO Release wxPython Phoenix
|
||||
|
||||
cd ~/release-builds
|
||||
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
|
||||
|
||||
13. Upload to PyPI with::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user