We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0a319 commit c4ad005Copy full SHA for c4ad005
Makefile
@@ -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