[distutils]
index-servers = testpypi pypi

[testpypi]
repository = https://test.pypi.org/legacy/
username = __token__
password = pypi-your-testpypi-api-token-here

[pypi]
repository = https://upload.pypi.org/legacy/
username = __token__
password = pypi-your-pypi-api-token-here
