chain build + testpub
This commit is contained in:
parent
606ccda721
commit
25e94b0c22
2
Makefile
2
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user