Skip to content

Commit

Permalink
Improve description release workflow's inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
fangerer committed May 2, 2023
1 parent b6639d6 commit 25b4742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
workflow_dispatch:
inputs:
tag:
description: 'The Git tag to create the release for'
description: 'The Git tag to create or test a release for. Official releases should always be made from an existing tag.'
required: true
type: string
official:
description: 'Publish to official PyPI'
description: 'If true, publish to official PyPI and create GitHub release. Otherwise publish only to test PyPI.'
default: false
type: boolean

Expand Down

0 comments on commit 25b4742

Please sign in to comment.