Skip to content

Commit f84ebf6

Browse files
authored
fix importlib for azure.core (Azure#35158)
1 parent e583f5e commit f84ebf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/auto_release/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def readme_python_md_path(self)-> Path:
241241
# Use the template to update readme and setup by packaging_tools
242242
@return_origin_path
243243
def check_file_with_packaging_tool(self):
244-
print_check(f"pip install {self.get_whl_package}")
244+
print_check(f"pip install {self.get_whl_package} --force-reinstall")
245245
module = importlib.import_module(self.whole_package_name.replace("-", "."))
246246
title = ""
247247
for item in getattr(module, "__all__"):

0 commit comments

Comments
 (0)