]> git.phdru.name Git - ppu.git/blobdiff - devscripts/release
Build(release): Do not GPG-sign release files
[ppu.git] / devscripts / release
index 84bbcac3449b2d9a4fa51669bbd0cc7a4609a919..b02e47042932a07410dd37c154322554a88e7965 100755 (executable)
@@ -21,5 +21,5 @@ done
 find build -name '*.py[co]' -delete &&
 python setup.py bdist_wheel --universal &&
 
-twine upload --sign dist/* &&
+twine upload dist/* &&
 exec rm -rf build dist ppu.egg-info