Skip to content

Configure CI

Configure a CI with the following steps :

  • Build
    • Build wheel for python 3.[8/9/10]
  • Test
    • Run the tests with the built wheel
  • Documentation
    • Build documentation with the wheel
  • Deploy
    • On PyPI using Twine
    • Deploy documentation
  • Coverage
    • For C++
    • For Python
Edited by Baptiste Esteban