Skip to content

Commit d343cfc

Browse files
committed
Default dry-run publish flag to false on release.yml.
1 parent 8f419d6 commit d343cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
type: string
1414
dry_run:
1515
description: "Set to true to 'dry-run'/not actually publish to PyPI."
16-
default: "true"
16+
default: "false"
1717
required: true
1818
type: boolean
1919
python_version:

0 commit comments

Comments
 (0)