From 5500a17875c1b2cc571cf9682c0dc0890a0bf25f Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Thu, 14 May 2026 11:10:53 -0600 Subject: [PATCH] source uv --- action.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.sh b/action.sh index 6f67250..84350dc 100755 --- a/action.sh +++ b/action.sh @@ -3,9 +3,10 @@ ### INSTALL UV, PYTHON, AND DEPS ### wget -qO- https://astral.sh/uv/install.sh | sh -uv venv +source "$HOME/.local/bin/env" +bash uv venv source .venv/bin/activate -uv pip install build twine +bash uv pip install build twine ### CONFIGURE PYPI ###