From 25e94b0c22fbb7038ea67d8568038deaa7d1bfe4 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Sat, 16 May 2026 19:20:47 -0600 Subject: [PATCH] chain build + testpub --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba57835..fea0df5 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ bump: ## Bump the patch version in pyproject.toml (0.0.1 -> 0.0.2) uv version --bump patch testpub: ## Publish dist/ to TestPyPI (UV_PUBLISH_TOKEN from .env) - uv build + uv build && \ set -a && . ./.env && set +a && \ uv publish --publish-url https://test.pypi.org/legacy/ -t "$$UV_PUBLISH_TOKEN" --dry-run