gputools
gputools copied to clipboard
get on conda-forge
hey @maweigert, I can take care of getting it on conda-forge (useful if anything else on conda-forge wants to depend on this).
But it would be helpful if you added an sdist to your pypi distribution. Can you add python3 setup.py bdist_wheel sdist to your build_pypi script and update the twine upload dist/*whl to also upload the sdist as well?
Thanks!
Can you add
python3 setup.py bdist_wheel sdistto your build_pypi script and update thetwine upload dist/*whlto also upload the sdist as well?
Should be done now: https://pypi.org/project/gputools/#files
awesome! thank you!