Skip to content

Commit 48259af

Browse files
committed
Add a Non-goals section to the README
1 parent f3ebf87 commit 48259af

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,19 @@ The secret used in `${{ secrets.pypi_password }}` needs to be created on the set
4545
page of your project on GitHub. See [Creating & using secrets].
4646

4747

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+
4855
## License
4956

5057
The Dockerfile and associated scripts and documentation in this project
5158
are released under the [BSD 3-clause license](LICENSE.md).
5259

5360

5461
[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

0 commit comments

Comments
 (0)