Skip to content

Commit

Permalink
ci(release): Make sure LICENSE and NOTICE files are included (#4283)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Feb 28, 2024
1 parent b849034 commit 7e30586
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ def archive_package(path):
ls_command = [
"git",
"ls-files",
# Make sure LICENSE and NOTICE files are included.
"LICENSE",
"NOTICE",
# Always include core.
"core",
f"{path}",
f"{get_package_dependence(path)}",
Expand Down

0 comments on commit 7e30586

Please sign in to comment.