Skip to content

Commit da53c85

Browse files
committed
Fix pypi cleanup script
1 parent 6ac98e1 commit da53c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duckdb_packaging/pypi_cleanup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ def main() -> int:
541541

542542
# Dry run vs delete
543543
password, otp, mode = None, None, CleanMode.LIST_ONLY
544-
if args.dry_run:
544+
if not args.dry_run:
545545
password, otp = load_credentials()
546546
mode = CleanMode.DELETE
547547

0 commit comments

Comments
 (0)