Fix PyPI pwd secret ref inconsistency in REDAME

This commit is contained in:
Sviatoslav Sydorenko 2019-08-23 13:19:24 +02:00 committed by GitHub
parent 8e9ff975ca
commit f9c30e0c30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)