Skip to content

Commit 25b4742

Browse files
committed
Improve description release workflow's inputs
1 parent b6639d6 commit 25b4742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
workflow_dispatch:
77
inputs:
88
tag:
9-
description: 'The Git tag to create the release for'
9+
description: 'The Git tag to create or test a release for. Official releases should always be made from an existing tag.'
1010
required: true
1111
type: string
1212
official:
13-
description: 'Publish to official PyPI'
13+
description: 'If true, publish to official PyPI and create GitHub release. Otherwise publish only to test PyPI.'
1414
default: false
1515
type: boolean
1616

0 commit comments

Comments
 (0)