fixed publish recipe

This commit is contained in:
Daniel Fichtinger 2025-06-21 14:32:35 -04:00
parent aecc01c3f0
commit 5d978102c3

View file

@ -16,6 +16,6 @@ publish:
#!/bin/sh
just clean
uv build
UV_PUBLISH_TOKEN="$(pass show pypi)"
export UV_PUBLISH_TOKEN="$(pass show pypi)"
uv publish