Skip to content

Commit f9c30e0

Browse files
authored
Fix PyPI pwd secret ref inconsistency in REDAME
1 parent 8e9ff97 commit f9c30e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ So the full step would look like:
3535
uses: pypi/gh-action-pypi-publish@master
3636
with:
3737
user: __token__
38-
password: ${{ secrets.pypi }}
38+
password: ${{ secrets.pypi_password }}
3939
```
4040
4141
The example above uses the new [API token](https://pypi.org/help/#apitoken)

0 commit comments

Comments
 (0)