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=72dac939cd881d352d9f4095b104f6dd60ba0787;hpb=cb0f23fa15aa1428f364c5c1b7e97dbc1cbace03;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 72dac939..97629c5c 100644 --- a/jenkins-config/managed-config-files/custom/pypirc/content +++ b/jenkins-config/managed-config-files/custom/pypirc/content @@ -3,11 +3,15 @@ [distutils] # this tells distutils what package indexes you can push to index-servers = - pypi-test pypi - pypi-test pypi + pypi-test + +[pypi] +repository: https://upload.pypi.org/legacy/ +username: $PYPI_RELEASE_USR +password: $PYPI_RELEASE_PSW -[$PYPIRC_URL_USR] -repository: $PYPIRC_URL_PSW -username: $PYPIRC_USR -password: $PYPIRC_PSW \ No newline at end of file +[pypi-test] +repository: https://test.pypi.org/legacy/ +username: $PYPI_TEST_USR +password: $PYPI_TEST_PSW \ No newline at end of file