publish_release.py: dry-run-jfrog=True

This commit is contained in:
sdarwin
2025-03-10 12:51:16 -06:00
parent bb842a6556
commit 0a1f11e438

View File

@@ -481,7 +481,7 @@ parser.add_option(
# JFrog goes offline.
parser.add_option(
"--dry-run-jfrog",
default=False,
default=True,
action="store_true",
help="don't upload release archives to JFrog",
dest="dryrun_jfrog",