Fix: Use correct endpoint for onapsdk in pypirc
[ci-management.git] / jenkins-config / managed-config-files / custom / pypirc / content
1 [distutils]
2 index-servers =
3    staging
4    release
5    pypi-test
6    pypi
7    pypi-onapsdk
8
9 [staging]
10 repository: https://nexus3.onap.org/repository/PyPi.staging/
11 username: $PYPI_STAGING_RELEASE_USR
12 password: $PYPI_STAGING_RELEASE_PSW
13
14 [release]
15 repository: https://nexus3.onap.org/repository/PyPi.release/
16 username: $PYPI_STAGING_RELEASE_USR
17 password: $PYPI_STAGING_RELEASE_PSW
18
19 [wheel-alpine]
20 repository: https://nexus3.onap.org/repository/PyPi.wheel-alpine/
21 username: $PYPI_STAGING_RELEASE_USR
22 password: $PYPI_STAGING_RELEASE_PSW
23
24 [pypi-test]
25 repository: https://test.pypi.org/legacy/
26 username: __token__
27 password: $PYPI_TEST_TOKEN
28
29 [pypi]
30 repository: https://pypi.org/
31 username: __token__
32 password: $PYPI_TOKEN
33
34 [pypi-onapsdk]
35 repository: https://upload.pypi.org/legacy/
36 username: __token__
37 password: $ONAP_PYPI_TOKEN