From 3b84520899c427ebd3cf8d972efe0be63e930039 Mon Sep 17 00:00:00 2001 From: bronsen Date: Sat, 21 Feb 2026 01:33:58 +0100 Subject: [PATCH] just: no more --draft; shit gets real --- justfile | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },