huggingface / disaggregators

🤗 Disaggregators: Curated data labelers for in-depth analysis.
Apache License 2.0
66 stars 5 forks source link

Set up CI/CD with GitHub actions #2

Open NimaBoscarino opened 1 year ago

NimaBoscarino commented 1 year ago

For CI, all the usuals: code quality checks, unit tests, code coverage, etc... See the other repos (transformers, evaluate, gradio, etc.) for examples.

For CD: follow this guide https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/