Skip to content

Commit 2977eed

Browse files
github-actions[bot]potiuk
authored andcommitted
[v3-1-test] Fix release cleanup for providers (#58082) (#58095)
* Fix release cleanup for providers * Apply suggestion from @potiuk (cherry picked from commit bc3a750) Co-authored-by: Jarek Potiuk <[email protected]>
1 parent 1df4039 commit 2977eed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/breeze/src/airflow_breeze/commands/release_management_commands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,6 +1977,8 @@ def clean_old_provider_artifacts(
19771977
os.chdir(directory)
19781978

19791979
for file in glob.glob(f"*{suffix}"):
1980+
if "-source" in file:
1981+
continue
19801982
versioned_file = split_version_and_suffix(file, suffix)
19811983
package_types_dicts[versioned_file.type].append(versioned_file)
19821984

0 commit comments

Comments
 (0)