We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4173c0e commit df7bdd8Copy full SHA for df7bdd8
.pypirc
@@ -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