Skip to content

Commit 54723e1

Browse files
committed
Fix missing 'description' on workflow input
1 parent 03aaf18 commit 54723e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_to_test_pypi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
devNumber:
77
required: false
88
type: number
9+
description: 'The number to use as a ".devN" suffix. Defaults to 1.'
910

1011
push:
1112
tags: ["*"]

0 commit comments

Comments
 (0)