We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5809730 commit b34f76dCopy full SHA for b34f76d
1 file changed
scripts/update-demo.py
@@ -46,7 +46,7 @@ def update_demo(
46
"max_python_version": max_python_version
47
},
48
)
49
- uv("sync", "--all-groups")
+ uv("lock")
50
git("add", ".")
51
git("commit", "-m", "chore: update demo to the latest cookiecutter-robust-python", "--no-verify")
52
git("push")
0 commit comments