blob: 7103c833c5613722df14e27e427fd9f248863abd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
[distutils]
index-servers =
staging
release
pypi-test
pypi
[staging]
repository: https://nexus3.onap.org/repository/PyPi.staging/
username: $PYPI_STAGING_RELEASE_USR
password: $PYPI_STAGING_RELEASE_PSW
[release]
repository: https://nexus3.onap.org/repository/PyPi.release/
username: $PYPI_STAGING_RELEASE_USR
password: $PYPI_STAGING_RELEASE_PSW
[wheel-alpine]
repository: https://nexus3.onap.org/repository/PyPi.wheel-alpine/
username: $PYPI_STAGING_RELEASE_USR
password: $PYPI_STAGING_RELEASE_PSW
[pypi-test]
repository: https://test.pypi.org/legacy/
username: __token__
password: $PYPI_TEST_TOKEN
[pypi]
repository: https://pypi.org/
username: __token__
password: $PYPI_TOKEN
[pypi-onapsdk]
repository: https://pypi.org/
username: __token__
password: $ONAP_PYPI_TOKEN
|