Skip to content
Snippets Groups Projects
Commit 5b2469e1 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

improve twine

parent e7a10f01
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -11,5 +11,4 @@ if [ "${VISIBILITY}" != "public" ]; then ...@@ -11,5 +11,4 @@ if [ "${VISIBILITY}" != "public" ]; then
fi fi
log_info "Uploading package to PyPI on behalf of user ${PYPIUSER}..." log_info "Uploading package to PyPI on behalf of user ${PYPIUSER}..."
twine register --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip run_cmd twine upload --skip-existing --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip
twine upload --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment