WIP
All checks were successful
run tests / check (push) Successful in 23s
run tests / release (push) Successful in 16s

This commit is contained in:
2025-12-05 21:05:59 +01:00
parent bd50bef4ad
commit 79b6b0b1c1
37 changed files with 2601 additions and 0 deletions

6
setup.py Normal file
View File

@@ -0,0 +1,6 @@
from setuptools import setup
setup(
name='release-action',
version='0.0.1.dev0',
)