Files
release/pyproject.toml
David Übler bf30b4defe
All checks were successful
run tests / check (push) Successful in 27s
run tests / release (push) Successful in 15s
Implementierung v0
2025-12-12 11:00:11 +01:00

17 lines
292 B
TOML

[project]
name = "gitea-release-action"
version = "0.0.1"
description = "reusable action for release workflows"
authors = [ ]
requires-python = ">=3.13"
dependencies = [
"semver",
"toml",
"requests",
"pyyaml",
"packaging"
]
[project.scripts]
gitea-release-action = "main:main_cli"