mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-12-27 09:32:15 -05:00
💅📝 Add a tutorial badge to README
This commit is contained in:
parent
97583d9694
commit
03e1883a77
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
[![🧪 GitHub Actions CI/CD workflow tests badge]][GHA workflow runs list]
|
[![🧪 GitHub Actions CI/CD workflow tests badge]][GHA workflow runs list]
|
||||||
[![pre-commit.ci status badge]][pre-commit.ci results page]
|
[![pre-commit.ci status badge]][pre-commit.ci results page]
|
||||||
|
[![docs badge]][PyPUG guide]
|
||||||
|
|
||||||
# PyPI publish GitHub Action
|
# 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]:
|
[pre-commit.ci status badge]:
|
||||||
https://results.pre-commit.ci/badge/github/pypa/gh-action-pypi-publish/unstable/v1.svg
|
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]:
|
[use a full Git commit SHA]:
|
||||||
https://julienrenaux.fr/2019/12/20/github-actions-security-risk/
|
https://julienrenaux.fr/2019/12/20/github-actions-security-risk/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue