Kaydet (Commit) 81ad331b authored tarafından Batuhan Osman TASKAYA's avatar Batuhan Osman TASKAYA

update jenkins file

üst 646b828a
......@@ -25,12 +25,12 @@ pipeline {
}
stage('deploy_pypi') {
environment {
TWINE_REPOSITORY = 'https://pypi.kernel.live'
PYPI = credentials('local-pypi')
PYPI_HOST = 'https://pypi.kernel.live'
}
steps {
sh """. .venv/bin/activate
twine upload -u $PYPI_USR -p $PYPI_PSW dist/*
twine upload -u $PYPI_USR -p $PYPI_PSW -r $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