mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-21 16:11:01 -05:00
Use a regular PyPI in the custom dist dir example
This commit is contained in:
parent
d7872a6165
commit
b645b1f9d3
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue