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

Fix hostname

parent 38db07fd
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ setup check sdist --formats zip upload --repository staging
# if that worked, uploads documentation to pythonhosted if any exists
if [ -d sphinx ]; then
log_info "Uploading documentation to pythonhosted on behalf of ${PYPIUSER}..."
log_info "Uploading documentation to ${PYPISERVER} on behalf of ${PYPIUSER}..."
setup upload_docs --upload-dir sphinx --repository production
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment