11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
# This file contains an example of the format of your ~/.pypirc
|
|
# file
|
|
|
|
[testpypi]
|
|
username = __token__
|
|
password = pypi-...
|
|
|
|
[pypi]
|
|
username = __token__
|
|
password = pypi-...
|