From 7dbdf091170344874a63048c2535ed43111899fd Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Thu, 14 May 2026 13:46:46 -0600 Subject: [PATCH] a --- action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yaml b/action.yaml index 28f6123..1c936d9 100644 --- a/action.yaml +++ b/action.yaml @@ -19,8 +19,8 @@ runs: with: version: "0.11.14" - - name: Install and activate venv - run: uv venv && source .venv/bin/activate + - name: Install venv + run: uv venv - name: Install build and twine run: uv pip install build twine @@ -30,7 +30,7 @@ runs: shell: bash - name: Build project - run: python -m build + run: uv python -m build - name: Publish package - run: python -m twine upload --repository repo ./dist/* + run: uv python -m twine upload --repository repo ./dist/*