We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4968725 commit 362ccfeCopy full SHA for 362ccfe
4 files changed
justfile
@@ -97,3 +97,7 @@ python_uninstall:
97
[working-directory: 'python']
98
python_test *TEST_OPTS:
99
python -m pytest -s {{TEST_OPTS}}
100
+
101
+bump_rive:
102
+ uv run python tools/bump_rive.py --rive-ref runtime-v0.1.62 --allow-dirty
103
0 commit comments