Skip to content

Commit 9eebb96

Browse files
Refromat from questions to statemetns as bool now
1 parent a3adc46 commit 9eebb96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bump-version.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- major
1414
release_candidate:
1515
type: boolean
16-
description: 'Release candidate?'
16+
description: 'Release candidate'
1717
default: false
1818
new_version:
1919
description: 'New version to bump to'
@@ -26,11 +26,11 @@ on:
2626
type: string
2727
force:
2828
type: boolean
29-
description: 'Force override check?'
29+
description: 'Force override check'
3030
default: false
3131
dry_run:
3232
type: boolean
33-
description: 'Perform a dry run to check?'
33+
description: 'Perform a dry run to check'
3434
default: true
3535

3636
jobs:

.github/workflows/publish-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
inputs:
1919
publish:
2020
type: boolean
21-
description: 'Publish to TestPyPI?'
21+
description: 'Publish to TestPyPI'
2222
default: false
2323

2424
concurrency:

0 commit comments

Comments
 (0)