Use a regular PyPI in the custom dist dir example

This commit is contained in:
Sviatoslav Sydorenko 2019-12-06 13:42:24 +01:00
parent d7872a6165
commit b645b1f9d3
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -93,11 +93,11 @@ to any directory of your liking. The action invocation
would now look like:
```yml
- name: Publish package to TestPyPI
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.test_pypi_password }}
password: ${{ secrets.pypi_password }}
packages-dir: custom-dir/
```