File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# PyPI publish GitHub Action
2- This action allows you to upload your [ Python distribution packages] (
3- https://packaging.python.org/glossary/#term-distribution-package )
2+ This action allows you to upload your [ Python distribution packages]
43in the ` dist/ ` directory to PyPI.
54This text suggests a minimalistic usage overview. For more detailed
65walkthrough check out the [ PyPA guide] .
@@ -45,8 +44,8 @@ So the full step would look like:
4544 password: ${{ secrets.pypi_password }}
4645` ` `
4746
48- The example above uses the new [API token](https://pypi.org/help/#apitoken)
49- feature of PyPI, which is recommended to restrict the access the action has.
47+ The example above uses the new [API token][PyPI API token] feature of
48+ PyPI, which is recommended to restrict the access the action has.
5049
5150The secret used in `${{ secrets.pypi_password }}` needs to be created on the
5251settings page of your project on GitHub. See [Creating & using secrets].
@@ -124,3 +123,6 @@ https://help.github.com/en/actions/automating-your-workflow-with-github-actions/
124123https://github.com/pypa/gh-action-pypi-publish/issues/11#issuecomment-530480449
125124[PyPA guide] :
126125https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
126+ [PyPI API token] : https://pypi.org/help/#apitoken
127+ [Python distribution packages] :
128+ https://packaging.python.org/glossary/#term-distribution-package
You can’t perform that action at this time.
0 commit comments