blob: 6a0fcdcfdc4c67a6fce514d684e973f382a2cdff [file] [log] [blame]
Eric Ball2a0d0e52021-12-14 17:07:08 -08001[distutils]
2index-servers =
3 staging
4 release
5 pypi-test
6 pypi
7
8[staging]
9repository: https://nexus3.onap.org/repository/PyPi.staging/
10username: $PYPI_STAGING_RELEASE_USR
11password: $PYPI_STAGING_RELEASE_PSW
12
13[release]
14repository: https://nexus3.onap.org/repository/PyPi.release/
15username: $PYPI_STAGING_RELEASE_USR
16password: $PYPI_STAGING_RELEASE_PSW
17
18[wheel-alpine]
19repository: https://nexus3.onap.org/repository/PyPi.wheel-alpine/
20username: $PYPI_STAGING_RELEASE_USR
21password: $PYPI_STAGING_RELEASE_PSW
22
23[pypi-test]
24repository: https://test.pypi.org/legacy/
25username: __token__
26password: $PYPI_TEST_TOKEN
27
28[pypi]
29repository: https://pypi.org/
30username: __token__
31password: $PYPI_TOKEN