fixed publish recipe
This commit is contained in:
parent
aecc01c3f0
commit
5d978102c3
1 changed files with 1 additions and 1 deletions
2
justfile
2
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue