File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,17 @@ The secret used in `${{ secrets.PYPI_API_TOKEN }}` needs to be created on the
62
62
settings page of your project on GitHub. See [Creating & using secrets].
63
63
64
64
65
- # ## Publishing with OpenID Connect
65
+ # ## Trusted publishing
66
66
67
67
> **IMPORTANT**: This functionality is in beta, and will not work for you
68
68
> unless you're a member of the PyPI trusted publishing beta testers' group.
69
69
> For more information, see [warehouse#12965].
70
70
71
+ > **NOTE**: Trusted publishing is sometimes referred to by its
72
+ > underlying technology -- OpenID Connect, or OIDC for short.
73
+ > If you see references to "OIDC publishing" in the context of PyPI,
74
+ > this is what they're referring to.
75
+
71
76
This action supports PyPI's [trusted publishing]
72
77
implementation, which allows authentication to PyPI without a manually
73
78
configured API token or username/password combination. To perform
You can’t perform that action at this time.
0 commit comments