File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ So the full step would look like:
4646The example above uses the new [API token](https://pypi.org/help/#apitoken)
4747feature 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
9191are 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_] :
9697https://github.com/pypa/gh-action-pypi-publish/issues/11#issuecomment-530480449
You can’t perform that action at this time.
0 commit comments