We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3adc46 commit 9eebb96Copy full SHA for 9eebb96
.github/workflows/bump-version.yml
@@ -13,7 +13,7 @@ on:
13
- major
14
release_candidate:
15
type: boolean
16
- description: 'Release candidate?'
+ description: 'Release candidate'
17
default: false
18
new_version:
19
description: 'New version to bump to'
@@ -26,11 +26,11 @@ on:
26
type: string
27
force:
28
29
- description: 'Force override check?'
+ description: 'Force override check'
30
31
dry_run:
32
33
- description: 'Perform a dry run to check?'
+ description: 'Perform a dry run to check'
34
default: true
35
36
jobs:
.github/workflows/publish-package.yml
@@ -18,7 +18,7 @@ on:
inputs:
publish:
20
21
- description: 'Publish to TestPyPI?'
+ description: 'Publish to TestPyPI'
22
23
24
concurrency:
0 commit comments