Skip to content

Commit df7bdd8

Browse files
committed
Add a pypirc file
1 parent 4173c0e commit df7bdd8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.pypirc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[distutils]
2+
index-servers =
3+
pypi
4+
testpypi
5+
6+
[pypi]
7+
repository = https://upload.pypi.org/legacy/
8+
username = msgraphsdkteam # Replace with your PyPI username
9+
10+
[testpypi]
11+
repository = https://test.pypi.org/legacy/
12+
username = msgraphsdkteam # Replace with your TestPyPI username

0 commit comments

Comments
 (0)