Merge "Fix: Use correct endpoint for onapsdk in pypirc"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 27 Sep 2023 21:01:45 +0000 (21:01 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 27 Sep 2023 21:01:45 +0000 (21:01 +0000)
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