We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4451e1b commit f634befCopy full SHA for f634bef
1 file changed
Makefile
@@ -35,6 +35,7 @@ docs-serve: ## serve documentation
35
36
.PHONY: publish
37
publish: ## Release to pypi
38
+ @uv build
39
@uv publish --token $(PYPI_TOKEN)
40
41
.PHONY: tests
0 commit comments