just: fix paramter for "fj release create"
This commit is contained in:
parent
81202c8388
commit
986c7e3544
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -80,5 +80,5 @@ release segment *release_name:
|
|||
|
||||
uv build --wheel --clear
|
||||
|
||||
fj release create "v$tag: $release_name" --pre-release --tag "v$tag" --attach dist/*.whl --body "$body"
|
||||
fj release create "v$tag: $release_name" --prerelease --tag "v$tag" --attach dist/*.whl --body "$body"
|
||||
# uv run twine upload --config-file ~/.config/pypirc --repository code.cbo dist/*.whl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue