File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,19 @@ The secret used in `${{ secrets.pypi_password }}` needs to be created on the set
45
45
page of your project on GitHub. See [Creating & using secrets].
46
46
47
47
48
+ # # Non-goals
49
+
50
+ This GitHub Action [has nothing to do with _building package
51
+ distributions_]. Users are responsible for preparing dists for upload
52
+ by putting them into the `dist/` folder prior to running this Action.
53
+
54
+
48
55
# # License
49
56
50
57
The Dockerfile and associated scripts and documentation in this project
51
58
are released under the [BSD 3-clause license](LICENSE.md).
52
59
53
60
54
61
[Creating & using secrets] : https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables
62
+ [has nothing to do with _building package distributions_] :
63
+ https://github.com/pypa/gh-action-pypi-publish/issues/11#issuecomment-530480449
You can’t perform that action at this time.
0 commit comments