mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-09 10:23:35 -05:00
Add a link to the PyPA guide
This commit is contained in:
parent
369493d046
commit
66f4ba747a
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
This action allows you to upload your [Python distribution package](
|
This action allows you to upload your [Python distribution package](
|
||||||
https://packaging.python.org/glossary/#term-distribution-package) to
|
https://packaging.python.org/glossary/#term-distribution-package) to
|
||||||
PyPI.
|
PyPI.
|
||||||
|
This text suggests a minimalistic usage overview. For more detailed
|
||||||
|
walkthrough check out the [PyPA guide].
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## 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
|
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_]:
|
[has nothing to do with _building package distributions_]:
|
||||||
https://github.com/pypa/gh-action-pypi-publish/issues/11#issuecomment-530480449
|
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/
|
||||||
|
|
Loading…
Reference in a new issue