Wrap lines in README to fit 80 chars

This commit is contained in:
Sviatoslav Sydorenko 2019-09-24 23:04:57 +02:00
parent 74be6d36c6
commit 369493d046
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -46,8 +46,8 @@ So the full step would look like:
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.
The secret used in `${{ secrets.pypi_password }}` needs to be created on the settings
page of your project on GitHub. See [Creating & using secrets].
The secret used in `${{ secrets.pypi_password }}` needs to be created on the
settings page of your project on GitHub. See [Creating & using secrets].
## 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).
[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_]:
https://github.com/pypa/gh-action-pypi-publish/issues/11#issuecomment-530480449