Skip to content

Commit 7bc9bff

Browse files
mihaimaruseaclwasser
authored andcommitted
Use ' when " is used inside the alt-text.
Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
1 parent 6c7a6dc commit 7bc9bff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/trusted-publishing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This gives a name to the workflow. It allows you to quickly find all runs of
6464
this GitHub Action on the "Actions" tab in the GitHub repository.
6565
6666
:::{figure-md} github-actions-release-workflows-summary
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">
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">
6868
6969
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.
7070
:::
@@ -275,15 +275,15 @@ On the ["Your projects" page on PyPI](https://pypi.org/manage/projects/), click
275275
"Manage" on any project you want to configure.
276276

277277
:::{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">
279279

280280
This image shows several projects. The "Manage" button is highlighted for one of the projects, the one we want to configure trusted publishing for.
281281
:::
282282

283283
Then click "Publishing" in the project's sidebar.
284284

285285
:::{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">
287287

288288
Once clicking on the "Manage" button we got to the project's page. In the
289289
sidebar, we have the "publishing" option, as highlighted here.

0 commit comments

Comments
 (0)