Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvoleg authored Nov 28, 2024
1 parent 78377d1 commit 013c9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ on:
description: Version part
required: true
type: choice
default: minor
default: patch
options:
- minor
- patch
beta:
description: Is beta version
required: true
type: boolean
default: True
default: False
jobs:
publish:
env:
Expand Down

0 comments on commit 013c9a9

Please sign in to comment.