From: Eric Ball Date: Wed, 27 Sep 2023 20:16:09 +0000 (-0700) Subject: Fix: Use correct endpoint for onapsdk in pypirc X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=e9fa78d872b68ef43b804a077356181e368a7a1f Fix: Use correct endpoint for onapsdk in pypirc Change-Id: Id0add5888e47dfdc6521c014b9c37cf36ae4b66f Issue-ID: CIMAN-33 Signed-off-by: Eric Ball --- 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