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 d7911cb commit c9246d1Copy full SHA for c9246d1
scripts/version.py
@@ -62,7 +62,7 @@ def set_package_version(version: str, package: Package) -> None:
62
63
file.write(project_file_content)
64
65
- status, output = package.run_cmd("poetry lock --no-update")
+ status, output = package.run_cmd("poetry lock")
66
67
if status != 0:
68
print(output, file=sys.stderr)
0 commit comments