We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6639d6 commit 25b4742Copy full SHA for 25b4742
.github/workflows/release-pypi.yml
@@ -6,11 +6,11 @@ on:
6
workflow_dispatch:
7
inputs:
8
tag:
9
- 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.'
10
required: true
11
type: string
12
official:
13
- description: 'Publish to official PyPI'
+ description: 'If true, publish to official PyPI and create GitHub release. Otherwise publish only to test PyPI.'
14
default: false
15
type: boolean
16
0 commit comments