Skip to content

Commit e5a32b2

Browse files
committed
Update references for production and test pypi
1 parent df7bdd8 commit e5a32b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pypirc

Lines changed: 3 additions & 3 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/legacy/
8-
username = msgraphsdkteam # Replace with your PyPI username
7+
repository = https://upload.pypi.org
8+
username = msgraphsdkteam # Replace with our PyPI username
99

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module = "msgraph"
77
author = "Microsoft"
88
author-email = "[email protected]"
99
home-page = "https://github.com/microsoftgraph/msgraph-sdk-python-core"
10-
dist-name="msgraph-core"
10+
dist-name="msgraph-core-test"
1111
requires-python=">=3.5"
1212
classifiers = [ "License :: OSI Approved :: MIT License",]
1313
description-file = "README.md"

0 commit comments

Comments
 (0)