You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Would it be possible to build and upload the sdist to PyPI?
I'm looking to get
thop
onto conda-forge usinggrayskull
, but that relies on an sdist being available forthop
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 readspython setup.py sdist bdist_wheel
), and thetwine
steps following it should take care of the rest.The text was updated successfully, but these errors were encountered: