add publish recipe

This commit is contained in:
Daniel Fichtinger 2025-06-21 14:27:03 -04:00
parent 2fe25c4fc7
commit df27780c1e

View file

@ -12,3 +12,10 @@ clean:
echo "Removing __pycache__/"
rm -r "__pycache__"
fi
publish:
#!/bin/sh
just clean
uv build
UV_PUBLISH_TOKEN="$(pass show pypi)"
uv publish