IntelligenceX / SDK

Public SDK for Intelligence X
https://intelx.io
405 stars 93 forks source link

Workaround distutils GitHub Actions #28

Closed cmlh closed 2 years ago

cmlh commented 2 years ago

I need to remove the GitHub Actions that use python3 setup.py install which fail during the Pull Request to migrate from distutils to setuptools as discussed within https://github.com/IntelligenceX/SDK/pull/27#issuecomment-1188688360

I'll restore these GitHub Actions so they support setuptools in my next PR as per https://github.com/IntelligenceX/SDK/issues/23#issuecomment-1188154146

cmlh commented 2 years ago

python3 -m build supports setup.py 👎