feat: Add twine check before upload #30

This commit is contained in:
Henry Schreiner
2020-06-02 11:08:43 -04:00
parent 37e305e741
commit 176ae50c06
3 changed files with 18 additions and 0 deletions
+5
View File
@@ -16,6 +16,10 @@ inputs:
description: The target directory for distribution
required: false
default: dist
check:
description: Check before uploading
required: false
default: true
branding:
color: yellow
icon: upload-cloud
@@ -27,3 +31,4 @@ runs:
- ${{ inputs.password }}
- ${{ inputs.repository_url }}
- ${{ inputs.packages_dir }}
- ${{ inputs.check }}