Skip to content

Commit

Permalink
add defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 23, 2024
1 parent 702c91a commit a3adc46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
release_candidate:
type: boolean
description: 'Release candidate?'
default: false
new_version:
description: 'New version to bump to'
required: true
Expand All @@ -26,9 +27,11 @@ on:
force:
type: boolean
description: 'Force override check?'
default: false
dry_run:
type: boolean
description: 'Perform a dry run to check?'
default: true

jobs:
bump-version:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
publish:
type: boolean
description: 'Publish to TestPyPI?'
default: false

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit a3adc46

Please sign in to comment.