mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 10:25:13 +00:00
Show hash values of files uploaded
This commit is contained in:
@@ -30,6 +30,10 @@ inputs:
|
||||
description: Show verbose output.
|
||||
required: false
|
||||
default: false
|
||||
print_hash:
|
||||
description: Show hash values of files uploaded
|
||||
required: false
|
||||
default: false
|
||||
branding:
|
||||
color: yellow
|
||||
icon: upload-cloud
|
||||
@@ -44,3 +48,4 @@ runs:
|
||||
- ${{ inputs.verify_metadata }}
|
||||
- ${{ inputs.skip_existing }}
|
||||
- ${{ inputs.verbose }}
|
||||
- ${{ inputs.print_hash }}
|
||||
|
||||
Reference in New Issue
Block a user