sign the linux wheels too

This commit is contained in:
Robin Dunn
2018-06-26 20:02:08 -07:00
parent 2e74c462df
commit 153a1b5b4f

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