diff --git a/justfile b/justfile index b525135..a3b86d1 100644 --- a/justfile +++ b/justfile @@ -76,5 +76,5 @@ release segment: git push origin tag v$tag uv build --wheel --clear export body=$(cat changelog.md) - fj release create "v$tag" --draft --tag v$tag --attach dist/*.whl --body "$body" + fj release create "v$tag" --tag "v$tag" --attach dist/*.whl --body "$body" uv run twine upload --config-file ~/.config/pypirc --repository code.cbo dist/*.whl diff --git a/uv.lock b/uv.lock index d23eede..0360464 100644 --- a/uv.lock +++ b/uv.lock @@ -1153,7 +1153,7 @@ wheels = [ [[package]] name = "teilchensammler-cli" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } dependencies = [ { name = "ciso8601" },