From e9fa78d872b68ef43b804a077356181e368a7a1f Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Wed, 27 Sep 2023 13:16:09 -0700 Subject: [PATCH] Fix: Use correct endpoint for onapsdk in pypirc Change-Id: Id0add5888e47dfdc6521c014b9c37cf36ae4b66f Issue-ID: CIMAN-33 Signed-off-by: Eric Ball --- jenkins-config/managed-config-files/custom/pypirc/content | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6