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

Avoid leaking the password in the logs

parent e446cfc9
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -11,4 +11,4 @@ if [ "${VISIBILITY}" != "public" ]; then ...@@ -11,4 +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}..."
run_cmd twine upload --skip-existing --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip twine upload --skip-existing --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip
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