diff --git a/justfile b/justfile index ca07235..b0828ed 100644 --- a/justfile +++ b/justfile @@ -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