Merge "Use ssl for PyPI uploads"

This commit is contained in:
Jenkins 2013-07-22 22:41:19 +00:00 committed by Gerrit Code Review
commit ac1a4b44c6

View File

@ -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 $?