Skip to content

Commit

Permalink
Adds makefile to make publishing easier (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
freider authored Oct 22, 2024
1 parent 89f60ed commit 2038e06
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 2038e06

Please sign in to comment.