tataratat / napf

nanoflann wrapper for python and maybe fortran
https://tataratat.github.io/napf/
MIT License
4 stars 2 forks source link

Add CI and CD to napf repository #11

Closed deltaLuki closed 1 year ago

deltaLuki commented 1 year ago

Add github actions to the repository for CI and CD. For every push napf is build and test with pytest in different python versions and OS (macOS and ubuntu). Pushing on the main branch triggers the CD - workflow. The CD create wheels for macOS and ubuntu with different python versions and upload it to PyPI

j042 commented 1 year ago

9