Skip to content

Commit ad5b2c6

Browse files
committed
specify input parameter type for github deploy workflow
1 parent a365076 commit ad5b2c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python_deploy_prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ on:
1111
publish-conda:
1212
description: 'Publish Conda package'
1313
required: false
14+
type: boolean
1415
default: true
1516
publish-pypi:
1617
description: 'Publish PyPI package'
1718
required: false
19+
type: boolean
1820
default: true
1921

2022
concurrency:

0 commit comments

Comments
 (0)