From 47622d7eb01ee526828265bae5972c03c047c5db Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 6 Dec 2022 22:59:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20CI/CD=20badges=20to=20READ?= =?UTF-8?q?ME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3c05b43..7d15176 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ [![SWUbanner]][SWUdocs] +[![🧪 GitHub Actions CI/CD workflow tests badge]][GHA workflow runs list] +[![pre-commit.ci status badge]][pre-commit.ci results page] + # PyPI publish GitHub Action This action allows you to upload your [Python distribution packages] @@ -195,6 +198,16 @@ The Dockerfile and associated scripts and documentation in this project are released under the [BSD 3-clause license](LICENSE.md). +[🧪 GitHub Actions CI/CD workflow tests badge]: +https://github.com/pypa/gh-action-pypi-publish/actions/workflows/self-smoke-test-action.yml/badge.svg?branch=unstable%2Fv1&event=push +[GHA workflow runs list]: +https://github.com/pypa/gh-action-pypi-publish/actions/workflows/self-smoke-test-action.yml?query=branch%3Aunstable%2Fv1 + +[pre-commit.ci results page]: +https://results.pre-commit.ci/latest/github/pypa/gh-action-pypi-publish/main +[pre-commit.ci status badge]: +https://results.pre-commit.ci/badge/github/pypa/gh-action-pypi-publish/main.svg + [Creating & using secrets]: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets [has nothing to do with _building package distributions_]: