Skip to content

Commit fe431ff

Browse files
committed
README, oidc-exchange: remove beta references
Signed-off-by: William Woodruff <[email protected]>
1 parent c542b72 commit fe431ff

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Diff for: README.md

-9
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,6 @@ settings page of your project on GitHub. See [Creating & using secrets].
6767

6868
### Trusted publishing
6969

70-
> **IMPORTANT**: This functionality is in beta, and will not work for you
71-
> unless you're a member of the PyPI trusted publishing beta testers' group.
72-
> For more information, see [warehouse#12965].
73-
74-
> **NOTE**: Trusted publishing is sometimes referred to by its
75-
> underlying technology -- OpenID Connect, or OIDC for short.
76-
> If you see references to "OIDC publishing" in the context of PyPI,
77-
> this is what they're referring to.
78-
7970
This action supports PyPI's [trusted publishing]
8071
implementation, which allows authentication to PyPI without a manually
8172
configured API token or username/password combination. To perform

Diff for: oidc-exchange.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def assert_successful_audience_call(resp: requests.Response, domain: str):
9696
match resp.status_code:
9797
case HTTPStatus.FORBIDDEN:
9898
# This index supports OIDC, but forbids the client from using
99-
# it (either because it's disabled, limited to a beta group, etc.)
99+
# it (either because it's disabled, ratelimited, etc.)
100100
die(
101101
f"audience retrieval failed: repository at {domain} has trusted publishing disabled",
102102
)

0 commit comments

Comments
 (0)