From 27846f661ec717ec24c469bc97b5157b4daac29c Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Sat, 16 May 2026 22:32:56 -0600 Subject: [PATCH] publish target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 83a6dcd..fc58fa3 100644 --- a/Makefile +++ b/Makefile @@ -70,3 +70,5 @@ testpub: ## Publish dist/ to TestPyPI (UV_PUBLISH_TOKEN from .env) set -a && . ./.env && set +a && \ uv publish --publish-url https://test.pypi.org/legacy/ -t "$$UV_PUBLISH_TOKEN" +publish: + rm -rf dist/ && uv build && uv publish