Skip to content

Commit 66f4ba7

Browse files
committed
Add a link to the PyPA guide
1 parent 369493d commit 66f4ba7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
This action allows you to upload your [Python distribution package](
33
https://packaging.python.org/glossary/#term-distribution-package) to
44
PyPI.
5+
This text suggests a minimalistic usage overview. For more detailed
6+
walkthrough check out the [PyPA guide].
57

68

79
## Usage
@@ -95,3 +97,5 @@ are released under the [BSD 3-clause license](LICENSE.md).
9597
https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables
9698
[has nothing to do with _building package distributions_]:
9799
https://github.com/pypa/gh-action-pypi-publish/issues/11#issuecomment-530480449
100+
[PyPA guide]:
101+
https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/

0 commit comments

Comments
 (0)