Compare commits

...

3 commits

Author SHA1 Message Date
bronsen
fcd5e71209 Release version 0.4.1
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
ci/woodpecker/tag/workflow Pipeline was successful
2026-02-21 01:29:53 +01:00
bronsen
1290232d31 just: we should stage the new version info and push changes 2026-02-21 01:29:35 +01:00
bronsen
b622595c8e just: we has a release thing now!
All checks were successful
ci/woodpecker/tag/workflow Pipeline was successful
2026-02-21 01:23:38 +01:00
4 changed files with 16 additions and 2 deletions

0
changelog.md Normal file
View file

View file

@ -64,3 +64,17 @@ ci: lint
[private]
bump segment:
uv version --bump {{ segment }}
[private]
release segment:
#!/usr/bin/bash
export tag=$(uv version --short --output-format text --frozen --bump {{ segment }})
git add pyproject.toml uv.lock
git commit -m "Release version $tag"
git push
git tag v$tag
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"
uv run twine upload --config-file ~/.config/pypirc --repository code.cbo dist/*.whl

View file

@ -1,6 +1,6 @@
[project]
name = "teilchensammler-cli"
version = "0.3.3"
version = "0.4.1"
description = "Build up and maintain an inventory of electronics parts and tools."
readme = "README.md"
requires-python = ">=3.14,<4.0"

2
uv.lock generated
View file

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