Skip to content

Commit 369493d

Browse files
committed
Wrap lines in README to fit 80 chars
1 parent 74be6d3 commit 369493d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ So the full step would look like:
4646
The example above uses the new [API token](https://pypi.org/help/#apitoken)
4747
feature of PyPI, which is recommended to restrict the access the action has.
4848

49-
The secret used in `${{ secrets.pypi_password }}` needs to be created on the settings
50-
page of your project on GitHub. See [Creating & using secrets].
49+
The secret used in `${{ secrets.pypi_password }}` needs to be created on the
50+
settings page of your project on GitHub. See [Creating & using secrets].
5151

5252

5353
## Non-goals
@@ -91,6 +91,7 @@ The Dockerfile and associated scripts and documentation in this project
9191
are released under the [BSD 3-clause license](LICENSE.md).
9292

9393

94-
[Creating & using secrets]: https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables
94+
[Creating & using secrets]:
95+
https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables
9596
[has nothing to do with _building package distributions_]:
9697
https://github.com/pypa/gh-action-pypi-publish/issues/11#issuecomment-530480449

0 commit comments

Comments
 (0)