mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-09 10:23:35 -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
|
uses: pypi/gh-action-pypi-publish@master
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.pypi }}
|
password: ${{ secrets.pypi_password }}
|
||||||
```
|
```
|
||||||
|
|
||||||
The example above uses the new [API token](https://pypi.org/help/#apitoken)
|
The example above uses the new [API token](https://pypi.org/help/#apitoken)
|
||||||
|
|
Loading…
Reference in a new issue