rename 'params.package' to 'params.name' and 'params.artifacts.wheel' to 'params.artifacts.package'

This commit is contained in:
umarcor
2021-11-29 22:36:23 +01:00
parent 348b8d2258
commit e7a0ac0b7a
4 changed files with 8 additions and 8 deletions

View File

@@ -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: