We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3256e9c commit 298ed65Copy full SHA for 298ed65
1 file changed
justfile
@@ -21,3 +21,9 @@ benchmark_threaded:
21
alias ba := benchmark_async
22
benchmark_async:
23
poetry run python tests/benchmark/run_async.py
24
+
25
+publish:
26
+ uv build
27
+ uv publish
28
+ rm -rf dist
29
+ rm -rf flask_squeeze.egg-info
0 commit comments