add publish recipe
This commit is contained in:
parent
2fe25c4fc7
commit
df27780c1e
1 changed files with 7 additions and 0 deletions
7
justfile
7
justfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue