You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up a CI/CD pipeline to automate testing and deployment. CI should run tests on Python versions 3.8-3.13, and CD should automatically deploy to PyPI upon a successful build.
Important
Must be support Python: 3.8, 3.9, 3.10, 3.11, 3.12, 3.13
Tasks:
Configure GitHub Actions (or other CI tool) to run tests on Python 3.8-3.13
Integrate pytest and coverage reporting
Enforce style checks with black and pylint
Set up automatic deployment to PyPI when merging into main
Description:
Set up a CI/CD pipeline to automate testing and deployment. CI should run tests on Python versions 3.8-3.13, and CD should automatically deploy to PyPI upon a successful build.
Important
Must be support Python:
3.8, 3.9, 3.10, 3.11, 3.12, 3.13Tasks: