maweigert / gputools

GPU accelerated image/volume processing in Python
BSD 3-Clause "New" or "Revised" License
108 stars 20 forks source link

get on conda-forge #28

Open tlambert03 opened 2 years ago

tlambert03 commented 2 years ago

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?

maweigert commented 2 years ago

Thanks!

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?

Should be done now: https://pypi.org/project/gputools/#files

tlambert03 commented 2 years ago

awesome! thank you!