Files
release/pyproject.toml
David Übler 683c34e9c5
All checks were successful
run tests / check (push) Successful in 41s
run tests / release (push) Successful in 19s
WIP 2
2025-12-11 16:11:58 +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"