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=a81735a1e9e41e5c36e27313c6a1fbe17c0f7102;hp=6ddb0d004f58fd53695cb3e2da370429e357ad13;hpb=0cd6d4f35b7fe50eec05551e827b87e352b3c94f;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