Expose skip_existing setting to the end-users

This commit is contained in:
Sviatoslav Sydorenko
2020-06-19 21:30:53 +02:00
parent 6a02ab807d
commit 00ef3b8182
3 changed files with 32 additions and 1 deletions
+7
View File
@@ -20,6 +20,12 @@ inputs:
description: Check metadata before uploading
required: false
default: true
skip_existing:
description: >-
Do not fail if a Python package distribution
exists in the target package index
required: false
default: false
branding:
color: yellow
icon: upload-cloud
@@ -32,3 +38,4 @@ runs:
- ${{ inputs.repository_url }}
- ${{ inputs.packages_dir }}
- ${{ inputs.verify_metadata }}
- ${{ inputs.skip_existing }}