Skip to content

Commit 8b41785

Browse files
committed
add publish
1 parent 0a0a2be commit 8b41785

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

justfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ benchmark_threaded:
2121
alias ba := benchmark_async
2222
benchmark_async:
2323
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

Comments
 (0)