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

API deprecated - cannot upload documentation to pythonhosted anymore

parent a5730ace
No related branches found
No related tags found
No related merge requests found
......@@ -25,12 +25,6 @@ log_info "Uploading package to ${PYPISERVER} on behalf of ${PYPIUSER}..."
setup_deploy register --repository production
setup_deploy check sdist --formats zip upload --repository production
# if that worked, uploads documentation to pythonhosted if any exists
if [ -d sphinx ]; then
log_info "Uploading documentation to ${PYPISERVER} on behalf of ${PYPIUSER}..."
setup_deploy upload_docs --upload-dir sphinx --repository production
fi
unlock_pypirc
condaforge_packages=("bob" \
......
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