mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
rename 'params.package' to 'params.name' and 'params.artifacts.wheel' to 'params.artifacts.package'
This commit is contained in:
2
.github/workflows/PublishOnPyPI.yml
vendored
2
.github/workflows/PublishOnPyPI.yml
vendored
@@ -14,7 +14,7 @@ on:
|
||||
default: 'wheel twine'
|
||||
type: string
|
||||
artifact:
|
||||
description: 'Name of the wheel artifact.'
|
||||
description: 'Name of the package artifact.'
|
||||
required: true
|
||||
type: string
|
||||
secrets:
|
||||
|
||||
Reference in New Issue
Block a user