Fix: Use correct endpoint for onapsdk in pypirc 52/136052/1
authorEric Ball <eball@linuxfoundation.org>
Wed, 27 Sep 2023 20:16:09 +0000 (13:16 -0700)
committerEric Ball <eball@linuxfoundation.org>
Wed, 27 Sep 2023 20:16:09 +0000 (13:16 -0700)
Change-Id: Id0add5888e47dfdc6521c014b9c37cf36ae4b66f
Issue-ID: CIMAN-33
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jenkins-config/managed-config-files/custom/pypirc/content

index a5b368b..d2fdf1f 100644 (file)
@@ -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