Publishing default, again
This commit is contained in:
parent
dd8e2ffe06
commit
af6f168a44
1 changed files with 3 additions and 4 deletions
7
.github/workflows/build_docs.yml
vendored
7
.github/workflows/build_docs.yml
vendored
|
@ -5,15 +5,14 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
publish:
|
||||
description: Whether to publish the docgen to PyPI.
|
||||
description: Package index to publish the docgen to
|
||||
type: choice
|
||||
options:
|
||||
- none
|
||||
- PyPI
|
||||
- TestPyPI
|
||||
required: false
|
||||
default:
|
||||
segment:
|
||||
description: The version segment to bump with Hatch.
|
||||
description: Version segment to bump with Hatch
|
||||
type: string
|
||||
required: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue