]> git.phdru.name Git - ppu.git/commitdiff
Build(release): Do not GPG-sign release files
authorOleg Broytman <phd@phdru.name>
Sat, 31 Mar 2018 17:58:51 +0000 (20:58 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 31 Mar 2018 17:58:51 +0000 (20:58 +0300)
New pypi.io deprecated GPG signatures.

[skip ci]

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