Would it be possible to build and upload the sdist to PyPI?
I'm looking to get thop onto conda-forge using grayskull, but that relies on an sdist being available for thop on PyPI (which is currently not the case).
As far as I can tell, this should be as simple as adding sdist to the GitHub Action here (so that it reads python setup.py sdist bdist_wheel), and the twine steps following it should take care of the rest.
Would it be possible to build and upload the sdist to PyPI?
I'm looking to get
thoponto conda-forge usinggrayskull, but that relies on an sdist being available forthopon PyPI (which is currently not the case).As far as I can tell, this should be as simple as adding
sdistto the GitHub Action here (so that it readspython setup.py sdist bdist_wheel), and thetwinesteps following it should take care of the rest.