From 5d978102c3072fb34524b55b73a3b78ce5e2c34c Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 21 Jun 2025 14:32:35 -0400 Subject: [PATCH] fixed publish recipe --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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