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