Skip to content

Commit f038f76

Browse files
committed
add examples
1 parent a816ba3 commit f038f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ on:
2323
workflow_dispatch:
2424
inputs:
2525
version:
26-
description: 'Version'
26+
description: 'Version (e.g, 0.8.0)'
2727
type: string
2828
required: true
2929
rc:
30-
description: 'Release candidate (RC)'
30+
description: 'Release candidate (RC) (e.g, rc1)'
3131
type: string
3232
required: true
3333

0 commit comments

Comments
 (0)