X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jenkins-config%2Fmanaged-config-files%2Fcustom%2Fpypirc%2Fcontent;h=97629c5cc1fbbf5e8cc17e6c6ce879dd577be9cb;hb=7dca4d5063584fe7d807fa85b2a3d6225a8ea887;hp=6ddb0d004f58fd53695cb3e2da370429e357ad13;hpb=cbcc490f8c7e32769f251570aaf69f73f57a231b;p=ci-management.git diff --git a/jenkins-config/managed-config-files/custom/pypirc/content b/jenkins-config/managed-config-files/custom/pypirc/content index 6ddb0d00..97629c5c 100644 --- a/jenkins-config/managed-config-files/custom/pypirc/content +++ b/jenkins-config/managed-config-files/custom/pypirc/content @@ -3,9 +3,15 @@ [distutils] # this tells distutils what package indexes you can push to index-servers = - $PYPIRC_URL_USR + pypi + pypi-test -[$PYPIRC_URL_USR] -repository: $PYPIRC_URL_PSW -username: $PYPIRC_USR -password: $PYPIRC_PSW \ No newline at end of file +[pypi] +repository: https://upload.pypi.org/legacy/ +username: $PYPI_RELEASE_USR +password: $PYPI_RELEASE_PSW + +[pypi-test] +repository: https://test.pypi.org/legacy/ +username: $PYPI_TEST_USR +password: $PYPI_TEST_PSW \ No newline at end of file