Merge "Specific twine repository when publishing packages"

This commit is contained in:
Jenkins 2013-10-03 22:49:18 +00:00 committed by Gerrit Code Review
commit 5601d93348

View File

@ -33,4 +33,4 @@ curl --fail -o $FILENAME http://$TARBALL_SITE/$PROJECT/$FILENAME
# Make sure we actually got a gzipped file
file -b $FILENAME | grep gzip
twine upload $FILENAME
twine upload -r pypi $FILENAME