Skip to content

Commit b645b1f

Browse files
committed
Use a regular PyPI in the custom dist dir example
1 parent d7872a6 commit b645b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ to any directory of your liking. The action invocation
9393
would now look like:
9494

9595
```yml
96-
- name: Publish package to TestPyPI
96+
- name: Publish package to PyPI
9797
uses: pypa/gh-action-pypi-publish@master
9898
with:
9999
user: __token__
100-
password: ${{ secrets.test_pypi_password }}
100+
password: ${{ secrets.pypi_password }}
101101
packages-dir: custom-dir/
102102
```
103103

0 commit comments

Comments
 (0)