Fix: conditionally set the python packaging repository
[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   $PYPIRC_URL_USR
7
8 [$PYPIRC_URL_USR]
9 repository: $PYPIRC_URL_PSW
10 username: $PYPIRC_USR
11 password: $PYPIRC_PSW