mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-09 10:23:35 -05:00
Wrap lines in README to fit 80 chars
This commit is contained in:
parent
74be6d36c6
commit
369493d046
1 changed files with 4 additions and 3 deletions
|
@ -46,8 +46,8 @@ So the full step would look like:
|
||||||
The example above uses the new [API token](https://pypi.org/help/#apitoken)
|
The example above uses the new [API token](https://pypi.org/help/#apitoken)
|
||||||
feature of PyPI, which is recommended to restrict the access the action has.
|
feature of PyPI, which is recommended to restrict the access the action has.
|
||||||
|
|
||||||
The secret used in `${{ secrets.pypi_password }}` needs to be created on the settings
|
The secret used in `${{ secrets.pypi_password }}` needs to be created on the
|
||||||
page of your project on GitHub. See [Creating & using secrets].
|
settings page of your project on GitHub. See [Creating & using secrets].
|
||||||
|
|
||||||
|
|
||||||
## Non-goals
|
## Non-goals
|
||||||
|
@ -91,6 +91,7 @@ The Dockerfile and associated scripts and documentation in this project
|
||||||
are released under the [BSD 3-clause license](LICENSE.md).
|
are released under the [BSD 3-clause license](LICENSE.md).
|
||||||
|
|
||||||
|
|
||||||
[Creating & using secrets]: https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables
|
[Creating & using secrets]:
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue