From 7c2cab72a6465e9e6c295d4abc0647511d20f3bc Mon Sep 17 00:00:00 2001 From: matham Date: Tue, 26 Nov 2019 16:07:42 -0500 Subject: [PATCH] Indicate clearly what is being uploaded. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7715f9..49ffb71 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PyPI publish GitHub Action -This action allows you to upload your [Python distribution package]( -https://packaging.python.org/glossary/#term-distribution-package) to -PyPI. +This action allows you to upload your [Python distribution packages]( +https://packaging.python.org/glossary/#term-distribution-package) +in the `dist/` directory to PyPI. This text suggests a minimalistic usage overview. For more detailed walkthrough check out the [PyPA guide].