We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13322bc commit e550881Copy full SHA for e550881
1 file changed
scripts/publish_packages.py
@@ -26,7 +26,7 @@ def patch_version(version: str):
26
with open("pyproject.toml", "w") as f:
27
tomlkit.dump(pyproject, f)
28
29
- subprocess.check_call(["poetry", "lock"])
+ subprocess.check_call(["poetry", "lock", "--no-interaction", "--no-cache"])
30
subprocess.check_call(["poetry", "install"])
31
32
0 commit comments