mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 10:25:13 +00:00
feat: Add twine check before upload #30
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user