Fix: configure python packaging repositories
[ci-management.git] / jenkins-config / managed-config-files / custom / pypirc / content
1 # .pypirc for O-RAN-SC Jenkins prodution configuration
2 # To use in sandbox, remove the [pypi] section
3
4 [distutils] # this tells distutils what package indexes you can push to
5 index-servers =
6   pypi
7   pypi-test
8
9 [pypi]
10 repository: https://upload.pypi.org/legacy/
11 username: $PYPI_RELEASE_USR
12 password: $PYPI_RELEASE_PSW
13
14 [pypi-test]
15 repository: https://test.pypi.org/legacy/
16 username: $PYPI_TEST_USR
17 password: $PYPI_TEST_PSW