mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 18:27:49 +00:00
@@ -98,7 +98,7 @@ would now look like:
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.pypi_password }}
|
||||
packages-dir: custom-dir/
|
||||
packages_dir: custom-dir/
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
+2
-2
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user