blob: 6a0fcdcfdc4c67a6fce514d684e973f382a2cdff (
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
|
[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
|