Skip to content

Commit 922208b

Browse files
committed
Move suggestion to update actions to note block
1 parent 63f738a commit 922208b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ trusted publishing to PyPI.
140140
:end-before: steps:
141141

142142
This will also ensure that the PyPI publishing workflow is only triggered
143-
if the current commit is tagged. It is recommended that you commit using the
144-
latest release tag.
143+
if the current commit is tagged.
145144

146145
Publishing the distribution to PyPI
147146
===================================
@@ -215,6 +214,11 @@ And it'll publish any push to TestPyPI which is useful for
215214
providing test builds to your alpha users as well as making
216215
sure that your release pipeline remains healthy!
217216

217+
.. note::
218+
219+
It is recommended to keep the integrated GitHub Actions at their latest
220+
versions, updating them frequently.
221+
218222

219223
.. _API token: https://pypi.org/help/#apitoken
220224
.. _GitHub Actions CI/CD: https://github.com/features/actions

0 commit comments

Comments
 (0)