Skip to content

Commit 013c9a9

Browse files
authored
Update python-publish.yml
1 parent 78377d1 commit 013c9a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ on:
1515
description: Version part
1616
required: true
1717
type: choice
18-
default: minor
18+
default: patch
1919
options:
2020
- minor
2121
- patch
2222
beta:
2323
description: Is beta version
2424
required: true
2525
type: boolean
26-
default: True
26+
default: False
2727
jobs:
2828
publish:
2929
env:

0 commit comments

Comments
 (0)