Use ssl for PyPI uploads
Change-Id: I7f371133931d142b0141a3ca7e35558731a81e79
This commit is contained in:
parent
a0a7b7d800
commit
7937ccda42
@ -34,6 +34,6 @@ curl --config /home/jenkins/.pypicurl \
|
|||||||
-F "name=${PROJECT}" \
|
-F "name=${PROJECT}" \
|
||||||
-F "version=${VERSION}" \
|
-F "version=${VERSION}" \
|
||||||
-F "md5_digest=${MD5_DIGEST}" \
|
-F "md5_digest=${MD5_DIGEST}" \
|
||||||
http://pypi.python.org/pypi > /dev/null 2>&1
|
https://pypi.python.org/pypi > /dev/null 2>&1
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
Loading…
Reference in New Issue
Block a user