Skip to content

Commit e550881

Browse files
committed
chore: retry
1 parent 13322bc commit e550881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/publish_packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def patch_version(version: str):
2626
with open("pyproject.toml", "w") as f:
2727
tomlkit.dump(pyproject, f)
2828

29-
subprocess.check_call(["poetry", "lock"])
29+
subprocess.check_call(["poetry", "lock", "--no-interaction", "--no-cache"])
3030
subprocess.check_call(["poetry", "install"])
3131

3232

0 commit comments

Comments
 (0)