diff options
Diffstat (limited to 'jenkins-config/managed-config-files')
-rw-r--r-- | jenkins-config/managed-config-files/custom/pypirc/content | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-config/managed-config-files/custom/pypirc/content b/jenkins-config/managed-config-files/custom/pypirc/content index a5b368b98..d2fdf1f62 100644 --- a/jenkins-config/managed-config-files/custom/pypirc/content +++ b/jenkins-config/managed-config-files/custom/pypirc/content @@ -32,6 +32,6 @@ username: __token__ password: $PYPI_TOKEN [pypi-onapsdk] -repository: https://pypi.org/ +repository: https://upload.pypi.org/legacy/ username: __token__ password: $ONAP_PYPI_TOKEN |