mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-09 10:23:35 -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:
|
would now look like:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
- name: Publish package to TestPyPI
|
- name: Publish package to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@master
|
uses: pypa/gh-action-pypi-publish@master
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.test_pypi_password }}
|
password: ${{ secrets.pypi_password }}
|
||||||
packages-dir: custom-dir/
|
packages-dir: custom-dir/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue