NiklasPfister / adaXT

adaXT: tree-based machine learning in Python
https://niklaspfister.github.io/adaXT/
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Automate the building process #46

Closed svbrodersen closed 8 months ago

svbrodersen commented 8 months ago

This should now be implemented and on the main branch. It works such that when a push/merge happens on the main branch, the project gets built and released on TestPyPi. Afterwards you can test the package, and if it runs well you can run another github action, which will build and release on PyPi automatically.