Changeset - 80b69729a0e2
[Not reviewed]
stable
0 1 0
Andrew Shadura - 10 years ago 2015-10-02 21:49:49
andrew@shadura.me
scripts: allow signing with a different key set with EMAIL
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
scripts/make-release
Show inline comments
 
@@ -46,7 +46,8 @@ echo
 
echo -n "Enter \"pypi\" to upload Kallithea $version to pypi: "
 
read answer
 
[ "$answer" = "pypi" ]
 
python2 setup.py sdist upload --sign
 
extraargs=${EMAIL:+--identity=$EMAIL}
 
python2 setup.py sdist upload --sign $extraargs
 
xdg-open https://pypi.python.org/pypi/Kallithea
 

	
 
echo "Uploading docs to pypi"
0 comments (0 inline, 0 general)