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:
46
46
The example above uses the new [API token](https://pypi.org/help/#apitoken)
47
47
feature of PyPI, which is recommended to restrict the access the action has.
48
48
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].
51
51
52
52
53
53
# # Non-goals
@@ -91,6 +91,7 @@ The Dockerfile and associated scripts and documentation in this project
91
91
are released under the [BSD 3-clause license](LICENSE.md).
92
92
93
93
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
95
96
[has nothing to do with _building package distributions_] :
96
97
https://github.com/pypa/gh-action-pypi-publish/issues/11#issuecomment-530480449
You can’t perform that action at this time.
0 commit comments