Skip to content

Commit 47622d7

Browse files
committed
🎨 Add CI/CD badges to README
1 parent 54b250c commit 47622d7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[![SWUbanner]][SWUdocs]
22

3+
[![🧪 GitHub Actions CI/CD workflow tests badge]][GHA workflow runs list]
4+
[![pre-commit.ci status badge]][pre-commit.ci results page]
5+
36
# PyPI publish GitHub Action
47

58
This action allows you to upload your [Python distribution packages]
@@ -195,6 +198,16 @@ The Dockerfile and associated scripts and documentation in this project
195198
are released under the [BSD 3-clause license](LICENSE.md).
196199

197200

201+
[🧪 GitHub Actions CI/CD workflow tests badge]:
202+
https://github.com/pypa/gh-action-pypi-publish/actions/workflows/self-smoke-test-action.yml/badge.svg?branch=unstable%2Fv1&event=push
203+
[GHA workflow runs list]:
204+
https://github.com/pypa/gh-action-pypi-publish/actions/workflows/self-smoke-test-action.yml?query=branch%3Aunstable%2Fv1
205+
206+
[pre-commit.ci results page]:
207+
https://results.pre-commit.ci/latest/github/pypa/gh-action-pypi-publish/main
208+
[pre-commit.ci status badge]:
209+
https://results.pre-commit.ci/badge/github/pypa/gh-action-pypi-publish/main.svg
210+
198211
[Creating & using secrets]:
199212
https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets
200213
[has nothing to do with _building package distributions_]:

0 commit comments

Comments
 (0)