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

devscripts/release

index 683b650dd5b34dce0e870e7b864e70bdef59b9eb..d228e12cebb45532c5af260809687411bc5e0dc4 100755 (executable)
@@ -21,5 +21,5 @@ done
 find build -name '*.py[co]' -delete &&
 python setup.py bdist_wheel --universal &&
 
 find build -name '*.py[co]' -delete &&
 python setup.py bdist_wheel --universal &&
 
-twine upload --sign dist/* &&
+twine upload dist/* &&
 exec rm -rf build dist m_lib.full.egg-info
 exec rm -rf build dist m_lib.full.egg-info