From f9c30e0c30a7fb546ef5e92a50b038f7c2eca302 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 23 Aug 2019 13:19:24 +0200 Subject: [PATCH] Fix PyPI pwd secret ref inconsistency in REDAME --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d16240..babea15 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ So the full step would look like: uses: pypi/gh-action-pypi-publish@master with: user: __token__ - password: ${{ secrets.pypi }} + password: ${{ secrets.pypi_password }} ``` The example above uses the new [API token](https://pypi.org/help/#apitoken)