From 369493d046d9ea8194652b55c290ca92e64fc41b Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 24 Sep 2019 23:04:57 +0200 Subject: [PATCH] Wrap lines in README to fit 80 chars --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69b3f73..29d5596 100644 --- a/README.md +++ b/README.md @@ -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