sign the linux wheels too

(cherry picked from commit 153a1b5b4f)
This commit is contained in:
Robin Dunn
2018-06-26 20:02:08 -07:00
parent f36c201769
commit 9f4a9a9403

View File

@@ -45,7 +45,8 @@ 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::
cd ~/release-builds