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 7a8a319 commit 15879f8Copy full SHA for 15879f8
Makefile
@@ -4,6 +4,9 @@ install:
4
run:
5
uv run gendiff
6
7
+package-install:
8
+ uv tool install --force dist/*.whl
9
+
10
test:
11
uv run pytest
12
0 commit comments