WIP 2
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user