update build and release scripts to use uv

This commit is contained in:
Nick Sweeting 2024-10-05 01:17:23 -07:00
parent ce2e19a429
commit e29aff12bf
No known key found for this signature in database
10 changed files with 1292 additions and 2094 deletions

View file

@ -14,8 +14,5 @@ REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && p
cd "$REPO_DIR"
source "$REPO_DIR/.venv/bin/activate"
echo "[^] Publishing to Test PyPI..."
pdm publish --repository testpypi
echo "[^] Publishing to PyPI..."
pdm publish --no-build
uv publish