Commit graph

2 commits

Author SHA1 Message Date
68bf718285
refactor(workflow): remove setup and test job
Eliminated redundant setup and test job from the release workflow to streamline the release process.
2024-08-17 15:51:04 +02:00
6d62dc99c8
feat: introduce CI/CD workflow and packaging setup
Added Forgejo Actions workflow for Python package CI/CD, enabling automated testing and deployment to PyPI upon new tags. Introduced README and LICENSE files to document and license the project. Set up project with pyproject.toml, specifying dependencies, build system, and scripts. Configured .gitignore to exclude build artifacts.

Helps automate deployment and set a structured foundation for the project.
2024-08-17 15:36:04 +02:00