Update twine-upload.sh

This commit is contained in:
Subin Modeel
2020-09-15 00:31:21 -04:00
committed by Subin M
parent 186232109e
commit cf69e2047c
3 changed files with 17 additions and 0 deletions
+5
View File
@@ -26,6 +26,10 @@ inputs:
exists in the target package index
required: false
default: false
verbose:
description: Show verbose output.
required: false
default: false
branding:
color: yellow
icon: upload-cloud
@@ -39,3 +43,4 @@ runs:
- ${{ inputs.packages_dir }}
- ${{ inputs.verify_metadata }}
- ${{ inputs.skip_existing }}
- ${{ inputs.verbose }}