1 2 3 4 5 6 7 8 9 10 11 12
[distutils] index-servers = pypi testpypi [pypi] username = __token__ password = ${env.PYPI_TOKEN} [testpypi] username = __token__ password = ${env.TESTPYPI_TOKEN}