source uv
Push to main / Reset-Version-Tag (push) Successful in 5s

This commit is contained in:
2026-05-14 11:10:53 -06:00
parent 2ebc22670a
commit 5500a17875
+3 -2
View File
@@ -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 ###