just: no more --draft; shit gets real
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
This commit is contained in:
parent
fcd5e71209
commit
3b84520899
2 changed files with 2 additions and 2 deletions
2
justfile
2
justfile
|
|
@ -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
2
uv.lock
generated
|
|
@ -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" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue