From 66f4ba747a81b1b85961322cdd98ec9d13f15196 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 27 Sep 2019 13:37:19 +0200 Subject: [PATCH] Add a link to the PyPA guide --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 29d5596..e873a3f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This action allows you to upload your [Python distribution package]( https://packaging.python.org/glossary/#term-distribution-package) to PyPI. +This text suggests a minimalistic usage overview. For more detailed +walkthrough check out the [PyPA guide]. ## Usage @@ -95,3 +97,5 @@ are released under the [BSD 3-clause license](LICENSE.md). https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables [has nothing to do with _building package distributions_]: https://github.com/pypa/gh-action-pypi-publish/issues/11#issuecomment-530480449 +[PyPA guide]: +https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/