take out old help text from pipeline config (#1565)

These used to be needed because the `type` field didn't exist.
This commit is contained in:
Jonathan Wren 2022-08-27 12:03:01 -07:00 committed by GitHub
parent 72d1a044d9
commit 3c50b01c23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,17 +10,17 @@ on:
type: string type: string
required: true required: true
include_repo_version: include_repo_version:
description: 'Update version in repo? (true/false)' description: 'Update version in repo?'
type: boolean type: boolean
required: true required: true
default: true default: true
include_pypi: include_pypi:
description: 'Publish to PyPI? (true/false)' description: 'Publish to PyPI?'
type: boolean type: boolean
required: true required: true
default: true default: true
include_brew: include_brew:
description: 'Publish to Homebrew? (true/false)' description: 'Publish to Homebrew?'
type: boolean type: boolean
required: true required: true
default: true default: true