summaryrefslogtreecommitdiffstats
path: root/jenkins-config/managed-config-files/custom/pypirc/content
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins-config/managed-config-files/custom/pypirc/content')
-rw-r--r--jenkins-config/managed-config-files/custom/pypirc/content3
1 files changed, 2 insertions, 1 deletions
diff --git a/jenkins-config/managed-config-files/custom/pypirc/content b/jenkins-config/managed-config-files/custom/pypirc/content
index 7103c833c..d2fdf1f62 100644
--- a/jenkins-config/managed-config-files/custom/pypirc/content
+++ b/jenkins-config/managed-config-files/custom/pypirc/content
@@ -4,6 +4,7 @@ index-servers =
release
pypi-test
pypi
+ pypi-onapsdk
[staging]
repository: https://nexus3.onap.org/repository/PyPi.staging/
@@ -31,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