projects
/
m_lib.full.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d941d
)
Build(release): Do not GPG-sign release files
author
Oleg Broytman
<phd@phdru.name>
Sat, 31 Mar 2018 17:59:32 +0000
(20:59 +0300)
committer
Oleg Broytman
<phd@phdru.name>
Sat, 31 Mar 2018 17:59:32 +0000
(20:59 +0300)
New pypi.io deprecated GPG signatures.
devscripts/release
patch
|
blob
|
history
diff --git
a/devscripts/release
b/devscripts/release
index
683b650
..
d228e12
100755
(executable)
--- a/
devscripts/release
+++ b/
devscripts/release
@@
-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 m_lib.full.egg-info