Skip to content

Commit 51d6b07

Browse files
committed
Use the right urls for pypi and testpypi
1 parent 7ade9d6 commit 51d6b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pypirc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ index-servers =
44
testpypi
55

66
[pypi]
7-
repository = https://upload.pypi.org
7+
repository = https://upload.pypi.org/legacy/
88
username = msgraphsdkteam
99

1010
[testpypi]
11-
repository = https://test.pypi.org
11+
repository = https://test.pypi.org/legacy/
1212
username = msgraphsdkteam-test

0 commit comments

Comments
 (0)