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