Use ssl for PyPI uploads

Change-Id: I7f371133931d142b0141a3ca7e35558731a81e79
This commit is contained in:
Monty Taylor 2013-07-12 18:32:34 -04:00
parent a0a7b7d800
commit 7937ccda42

View File

@ -34,6 +34,6 @@ curl --config /home/jenkins/.pypicurl \
-F "name=${PROJECT}" \
-F "version=${VERSION}" \
-F "md5_digest=${MD5_DIGEST}" \
http://pypi.python.org/pypi > /dev/null 2>&1
https://pypi.python.org/pypi > /dev/null 2>&1
exit $?