CI: Migrate to JCasC managed files
[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-test pypi
7   pypi-test
8   pypi
9
10 [$PYPIRC_URL_USR]
11 repository: $PYPIRC_URL_PSW
12 username: $PYPIRC_USR
13 password: $PYPIRC_PSW