Kaydet (Commit) 49a05401 authored tarafından Batuhan Osman TASKAYA's avatar Batuhan Osman TASKAYA

update twine command

üst 81ad331b
......@@ -30,7 +30,7 @@ pipeline {
}
steps {
sh """. .venv/bin/activate
twine upload -u $PYPI_USR -p $PYPI_PSW -r $PYPI_HOST dist/*
twine upload -u $PYPI_USR -p $PYPI_PSW --repository-url $PYPI_HOST dist/*
"""
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment