Hi there! Thank you for creating and maintaining dacite!
I'm one of the maintainers of Homebrew; we package a few things that depend on dacite. As part of our routine automated upgrades, we noticed that the latest version of dacite (1.8.1) doesn't have a source distribution published on PyPI:
This doesn't currently cause an issue for us (we can consume pure-Python wheels as well), but publishing an sdist is typically considered a best practice and might help other downstreams that are more constrained than us. It looks like previous versions of dacite include sdists, so I suspect that this was a release hiccup or similar.
Hi there! Thank you for creating and maintaining
dacite
!I'm one of the maintainers of Homebrew; we package a few things that depend on
dacite
. As part of our routine automated upgrades, we noticed that the latest version ofdacite
(1.8.1
) doesn't have a source distribution published on PyPI:https://pypi.org/project/dacite/1.8.1/#files
Screencap:
This doesn't currently cause an issue for us (we can consume pure-Python wheels as well), but publishing an sdist is typically considered a best practice and might help other downstreams that are more constrained than us. It looks like previous versions of
dacite
include sdists, so I suspect that this was a release hiccup or similar.Thanks for your consideration!