Kaydet (Commit) 2570e8e7 authored tarafından Batuhan Osman TASKAYA's avatar Batuhan Osman TASKAYA

pass if it is the latest relase on global

üst c45a437b
......@@ -47,7 +47,7 @@ pipeline {
steps {
sh """. .venv/bin/activate
twine upload -u $LOCAL_PYPI_USR -p $LOCAL_PYPI_PSW --repository-url $LOCAL_PYPI_HOST dist/*
twine upload -u $GLOBAL_PYPI_USR -p $GLOBAL_PYPI_PSW dist/*
twine upload -u $GLOBAL_PYPI_USR -p $GLOBAL_PYPI_PSW dist/* || true
"""
}
}
......
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