-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Tasks needed to complete CI/CD setup:
-
PyPI Setup:
- Create PyPI account
- Generate PyPI API token
- Add PyPI token as GitHub secret (PYPI_API_TOKEN)
- Test package publishing with test PyPI
-
Codecov Setup:
- Set up Codecov account
- Add repository to Codecov
- Get Codecov token
- Add Codecov token as GitHub secret (CODECOV_TOKEN)
- Test coverage reporting
-
Documentation:
- Update README with correct badge URLs
- Add setup instructions to contributing guidelines
- Document release process
Please complete these tasks to enable automated package publishing and coverage reporting.