mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-21 16:11:01 -05:00
commit
e777b33388
2 changed files with 3 additions and 3 deletions
|
@ -98,7 +98,7 @@ would now look like:
|
|||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.pypi_password }}
|
||||
packages-dir: custom-dir/
|
||||
packages_dir: custom-dir/
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
|
@ -12,7 +12,7 @@ inputs:
|
|||
repository_url:
|
||||
description: The repository URL to use
|
||||
required: false
|
||||
packages-dir:
|
||||
packages_dir:
|
||||
description: The target directory for distribution
|
||||
required: false
|
||||
default: dist
|
||||
|
@ -26,4 +26,4 @@ runs:
|
|||
- ${{ inputs.user }}
|
||||
- ${{ inputs.password }}
|
||||
- ${{ inputs.repository_url }}
|
||||
- ${{ inputs.packages-dir }}
|
||||
- ${{ inputs.packages_dir }}
|
||||
|
|
Loading…
Reference in a new issue