Skip to content

Commit dcdd1ed

Browse files
authored
turn off beta publish by default
1 parent d873e53 commit dcdd1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
description: Is beta version
2323
required: true
2424
type: boolean
25-
default: True
25+
default: False
2626

2727
jobs:
2828
publish:

0 commit comments

Comments
 (0)