From 03e1883a77af0d89736b49ac99f48cc0fc420a5f Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 10 Dec 2024 01:36:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=85=F0=9F=93=9D=20Add=20a=20tutorial?= =?UTF-8?q?=20badge=20to=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8ddf0d7..c221762 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![🧪 GitHub Actions CI/CD workflow tests badge]][GHA workflow runs list] [![pre-commit.ci status badge]][pre-commit.ci results page] +[![docs badge]][PyPUG guide] # PyPI publish GitHub Action @@ -361,6 +362,11 @@ https://results.pre-commit.ci/latest/github/pypa/gh-action-pypi-publish/unstable [pre-commit.ci status badge]: https://results.pre-commit.ci/badge/github/pypa/gh-action-pypi-publish/unstable/v1.svg +[docs badge]: +https://img.shields.io/badge/guide-gray?logo=readthedocs&label=PyPA&color=white +[PyPUG guide]: +https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ + [use a full Git commit SHA]: https://julienrenaux.fr/2019/12/20/github-actions-security-risk/