WIP 2
All checks were successful
run tests / check (push) Successful in 41s
run tests / release (push) Successful in 19s

This commit is contained in:
2025-12-11 11:00:25 +01:00
parent c33b8aae0c
commit 683c34e9c5
13 changed files with 80 additions and 75 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[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"