Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 87b624f + e790844 commit ec4db0bCopy full SHA for ec4db0b
oidc-exchange.py
@@ -87,7 +87,6 @@
87
* `ref`: `{ref}`
88
89
See https://docs.pypi.org/trusted-publishers/troubleshooting/ for more help.
90
-
91
"""
92
93
# Rendered if the package index's token response isn't valid JSON.
@@ -97,6 +96,8 @@
97
96
98
This strongly suggests a server configuration or downtime issue; wait
99
a few minutes and try again.
+
100
+You can monitor PyPI's status here: https://status.python.org/
101
""" # noqa: S105; not a password
102
103
# Rendered if the package index's token response isn't a valid API token payload.
0 commit comments