Add a link to the PyPA guide

This commit is contained in:
Sviatoslav Sydorenko 2019-09-27 13:37:19 +02:00
parent 369493d046
commit 66f4ba747a
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -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/