Compare commits

..

No commits in common. "fcd5e712090cdcd8e5a4695ce3e3ba3c8b252b47" and "623dda64b7ca200b1eb245662aa9acd2564e016e" have entirely different histories.

4 changed files with 2 additions and 16 deletions

View file

View file

@ -64,17 +64,3 @@ ci: lint
[private] [private]
bump segment: bump segment:
uv version --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] [project]
name = "teilchensammler-cli" name = "teilchensammler-cli"
version = "0.4.1" version = "0.3.3"
description = "Build up and maintain an inventory of electronics parts and tools." description = "Build up and maintain an inventory of electronics parts and tools."
readme = "README.md" readme = "README.md"
requires-python = ">=3.14,<4.0" requires-python = ">=3.14,<4.0"

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.3.3"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "ciso8601" }, { name = "ciso8601" },