Skip to content

Commit

Permalink
Adds makefile to make publishing easier
Browse files Browse the repository at this point in the history
  • Loading branch information
freider committed Oct 22, 2024
1 parent cd0a319 commit c4ad005
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build:
uv build

clean:
rm -rf dist

publish: clean build
uv publish

0 comments on commit c4ad005

Please sign in to comment.