12 lines
174 B
Text
12 lines
174 B
Text
[distutils]
|
|
index-servers =
|
|
pypi
|
|
testpypi
|
|
|
|
[pypi]
|
|
username = __token__
|
|
password = ${env.PYPI_TOKEN}
|
|
|
|
[testpypi]
|
|
username = __token__
|
|
password = ${env.TESTPYPI_TOKEN}
|