Skip to content

Commit c4ad005

Browse files
committed
Adds makefile to make publishing easier
1 parent cd0a319 commit c4ad005

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
build:
2+
uv build
3+
4+
clean:
5+
rm -rf dist
6+
7+
publish: clean build
8+
uv publish

0 commit comments

Comments
 (0)