# PyPI upload config (~/.pypirc)
# https://packaging.python.org/en/latest/specifications/pypirc/
# https://pypi.org/help/#apitoken
#
# Deployed by `infra setup python` (mode 0600). Never commit real tokens.
# Prefer API tokens (username = __token__) over passwords.
#
# Create a token: https://pypi.org/manage/account/token/
# Then replace CHANGE_ME and run: chmod 600 ~/.pypirc

[distutils]
index-servers =
    pypi
    # testpypi

[pypi]
username = __token__
# password = pypi-CHANGE_ME_USE_API_TOKEN

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