We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e583f5e commit f84ebf6Copy full SHA for f84ebf6
scripts/auto_release/main.py
@@ -241,7 +241,7 @@ def readme_python_md_path(self)-> Path:
241
# Use the template to update readme and setup by packaging_tools
242
@return_origin_path
243
def check_file_with_packaging_tool(self):
244
- print_check(f"pip install {self.get_whl_package}")
+ print_check(f"pip install {self.get_whl_package} --force-reinstall")
245
module = importlib.import_module(self.whole_package_name.replace("-", "."))
246
title = ""
247
for item in getattr(module, "__all__"):
0 commit comments