Fix: Use correct endpoint for onapsdk in pypirc
[ci-management.git] / jenkins-config / managed-config-files / custom / pypirc / content
index 7103c83..d2fdf1f 100644 (file)
@@ -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