[distutils]
index-servers =
    pypi
    testpypi

[pypi]
repository = https://upload.pypi.org/legacy/
username = __token__
password = your_production_token

[testpypi]
repository = https://test.pypi.org/legacy/
username = __token__
password = your_test_token