just: no more --draft; shit gets real
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
bronsen 2026-02-21 01:33:58 +01:00
parent fcd5e71209
commit 3b84520899
2 changed files with 2 additions and 2 deletions

View file

@ -76,5 +76,5 @@ release segment:
git push origin tag v$tag git push origin tag v$tag
uv build --wheel --clear uv build --wheel --clear
export body=$(cat changelog.md) 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 uv run twine upload --config-file ~/.config/pypirc --repository code.cbo dist/*.whl

2
uv.lock generated
View file

@ -1153,7 +1153,7 @@ wheels = [
[[package]] [[package]]
name = "teilchensammler-cli" name = "teilchensammler-cli"
version = "0.4.0" version = "0.4.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "ciso8601" }, { name = "ciso8601" },