From: Jessica Wagantall Date: Wed, 27 Sep 2023 21:01:45 +0000 (+0000) Subject: Merge "Fix: Use correct endpoint for onapsdk in pypirc" X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f1cc356be9af9eee229edd417758789b409babce;hp=0547cf6c516ef06b0fb9f7fbd84b76c12603c894;p=ci-management.git Merge "Fix: Use correct endpoint for onapsdk in pypirc" --- 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