chain build + testpub

This commit is contained in:
Michael Pilosov 2026-05-16 19:20:47 -06:00
parent 606ccda721
commit 25e94b0c22

View File

@ -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