You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img src="../images/tutorials/github-actions-release-workflows-summary.png" alt="Graphic showing an example of a configured workflow for the release. On the top, in the red box labeled "1" you see the "Actions" tab of the GitHub repository. On the left, in the red box labeled "2" you can see the name of the workflow, as configured in this step. Finally, in the center, in the red box labeled "3" you can see several runs of the workflow, for the "1.0" and "1.0.1" releases of the package." width="700px">
67
+
<img src="../images/tutorials/github-actions-release-workflows-summary.png" alt='Graphic showing an example of a configured workflow for the release. On the top, in the red box labeled "1" you see the "Actions" tab of the GitHub repository. On the left, in the red box labeled "2" you can see the name of the workflow, as configured in this step. Finally, in the center, in the red box labeled "3" you can see several runs of the workflow, for the "1.0" and "1.0.1" releases of the package.' width="700px">
68
68
69
69
This image shows an example of a configured workflow for the release. On the top, in the red box labeled "1" you see the "Actions" tab of the GitHub repository. On the left, in the red box labeled "2" you can see the name of the workflow, as configured in this step. Finally, in the center, in the red box labeled "3" you can see several runs of the workflow, for the "1.0" and "1.0.1" releases of the package.
70
70
:::
@@ -275,15 +275,15 @@ On the ["Your projects" page on PyPI](https://pypi.org/manage/projects/), click
275
275
"Manage"on any project you want to configure.
276
276
277
277
:::{figure-md} trusted-publishing-your-projects
278
-
<img src="../images/tutorials/trusted-publishing-your-projects.png" alt="Graphic showing a screenshot of the "Your projects" page on PyPI. The "Manage" button for one of the projects is highlighted." width="700px">
278
+
<img src="../images/tutorials/trusted-publishing-your-projects.png" alt='Graphic showing a screenshot of the "Your projects" page on PyPI. The "Manage" button for one of the projects is highlighted.' width="700px">
279
279
280
280
This image shows several projects. The "Manage" button is highlighted for one of the projects, the one we want to configure trusted publishing for.
281
281
:::
282
282
283
283
Then click "Publishing" in the project's sidebar.
284
284
285
285
:::{figure-md} trusted-publishing-publishing
286
-
<img src="../images/tutorials/trusted-publishing-publishing.png" alt="Graphic showing the management page for one project. The "Publishing" link in the sidebar is highlighted." width="700px">
286
+
<img src="../images/tutorials/trusted-publishing-publishing.png" alt='Graphic showing the management page for one project. The "Publishing" link in the sidebar is highlighted.' width="700px">
287
287
288
288
Once clicking on the "Manage" button we got to the project's page. In the
289
289
sidebar, we have the "publishing" option, as highlighted here.
0 commit comments