Skip to content

Commit 752b0cd

Browse files
committed
[main]: update changelog
1 parent 75f8c84 commit 752b0cd

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.pipyrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[distutils]
2+
index-servers =
3+
pypi
4+
testpypi
5+
6+
[pypi]
7+
username = __token__
8+
password = pypi-<your-real-token>
9+
10+
[testpypi]
11+
repository = https://test.pypi.org/legacy/
12+
username = __token__
13+
password = pypi-<your-test-token>

0 commit comments

Comments
 (0)