@@ -3,9 +3,10 @@
|
|||||||
### INSTALL UV, PYTHON, AND DEPS ###
|
### INSTALL UV, PYTHON, AND DEPS ###
|
||||||
|
|
||||||
wget -qO- https://astral.sh/uv/install.sh | sh
|
wget -qO- https://astral.sh/uv/install.sh | sh
|
||||||
uv venv
|
source "$HOME/.local/bin/env"
|
||||||
|
bash uv venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
uv pip install build twine
|
bash uv pip install build twine
|
||||||
|
|
||||||
### CONFIGURE PYPI ###
|
### CONFIGURE PYPI ###
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user