mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
Fix PyPI pwd secret ref inconsistency in REDAME
This commit is contained in:
parent
8e9ff975ca
commit
f9c30e0c30
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue