Skip to content
Snippets Groups Projects
Commit e70d405d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Register before submitting

parent 0507379f
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ source $(dirname ${0})/functions.sh
dot_pypirc
setup register --repository staging
setup check sdist --formats zip upload --repository staging
# if that worked, uploads documentation to pythonhosted if any exists
......@@ -15,4 +16,5 @@ fi
# if that worked, uploads source package to the production index
log_info "Uploading package to ${PYPISERVER} on behalf of ${PYPIUSER}..."
setup register --repository production
setup check sdist --formats zip upload --repository production
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment