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