Skip to content

Commit 4580825

Browse files
chryslewebknjaz
andcommitted
Apply suggestions from code review
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
1 parent 3653382 commit 4580825

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

β€Žsource/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Python 🐍 distribution packages πŸ“¦ to PyPI and TestPyPI
1+
name: Publish Python 🐍 distributions πŸ“¦ to PyPI and TestPyPI
22

33
on: push
44

@@ -29,7 +29,7 @@ jobs:
2929

3030
publish-to-pypi:
3131
name: >-
32-
Publish Python 🐍 distribution packages πŸ“¦ to PyPI
32+
Publish Python 🐍 distribution πŸ“¦ to PyPI
3333
and sign them with Sigstore
3434
needs:
3535
- build

β€Žsource/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ pre-existing project, if you are its owner.
3939

4040
.. attention::
4141

42-
If you followed earlier versions of this guide, you will
42+
If you followed earlier versions of this guide, you
4343
have created the secrets ``PYPI_API_TOKEN`` and ``TEST_PYPI_API_TOKEN``
4444
for direct PyPI and TestPyPI access. These are obsolete now and
4545
you should remove them from your GitHub repository and revoke
46-
them in your PyPI and TestPyPI account settings.
46+
them in your PyPI and TestPyPI account settings in case you are replacing your old setup with the new one.
4747

4848

4949
Let's begin! πŸš€
@@ -135,7 +135,7 @@ In this guide, we'll use the latest stable Ubuntu LTS version
135135
provided by GitHub Actions. This also defines a GitHub Environment
136136
for the job to run in its context and a URL to be displayed in GitHub's
137137
UI nicely. Additionally, it allows aqcuiring an OpenID Connect token
138-
which is mandartory that the ``pypi-publish`` actions needs to
138+
which is mandatory that the ``pypi-publish`` actions needs to
139139
implement secretless trusted publishing to PyPI.
140140

141141
.. literalinclude:: github-actions-ci-cd-sample/publish-to-test-pypi.yml

0 commit comments

Comments
Β (0)