We need to update how we deploy (in _utilities.py). The call "python setup.py sdist bdist_wheel" is no longer ok. We need to update the code to use "python -m build" instead.
When doing this change, also increase the version number to 0.25.0 in init.py
git-bob implement this
We need to update how we deploy (in _utilities.py). The call "python setup.py sdist bdist_wheel" is no longer ok. We need to update the code to use "python -m build" instead.
When doing this change, also increase the version number to 0.25.0 in init.py
git-bob implement this