From d2dba7a8487f98cf89f895b3e84001da42500875 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Thu, 14 May 2026 13:44:41 -0600 Subject: [PATCH] a --- action.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/action.yaml b/action.yaml index c31ba7b..28f6123 100644 --- a/action.yaml +++ b/action.yaml @@ -19,11 +19,8 @@ runs: with: version: "0.11.14" - - name: Set venv - run: uv venv - - - name: Install python - run: uv python install + - name: Install and activate venv + run: uv venv && source .venv/bin/activate - name: Install build and twine run: uv pip install build twine