mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 10:25:13 +00:00
Change dist param to packages-dir
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ inputs:
|
||||
repository_url:
|
||||
description: The repository URL to use
|
||||
required: false
|
||||
dist:
|
||||
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.dist }}
|
||||
- ${{ inputs.packages-dir }}
|
||||
|
||||
Reference in New Issue
Block a user