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

Don't need to pre-register to PyPI anymore

parent 85586597
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ log_info "Creating source distribution..."
run_cmd ${PREFIX}/bin/python setup.py check sdist --formats zip
log_info "Uploading package to ${PYPISERVER} on behalf of ${PYPIUSER}..."
twine register --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip
twine upload --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip
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