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
On pypi, the SDist of tensorflow-probability is not published. Only a binary artifact is published. Is there a reason for not publishing SDist (.tar.gz) along the bdist_wheel that is currently published?
If the package is not platform-dependent, then perhaps it is possible to publish sdist? If so, would it be possible to publish it for versions 0.15.0+ on PyPi?
Thank you!
The text was updated successfully, but these errors were encountered:
Thanks, both. What is the benefit to having a source tarball included? I can easily find the installed sources in, say, a virtualenv lib directory. Does this help some other set of tools/IDEs or something?
It helps our internal repository system to automatically accept and upgrade to the latest TF-probability version. Without the sdist tarball we have to do this work manually for each new version.
Most TF repos already distribute sdist tarballs, and at the moment we only observe this issue in the TF-probability package.
On pypi, the SDist of
tensorflow-probability
is not published. Only a binary artifact is published. Is there a reason for not publishing SDist (.tar.gz) along the bdist_wheel that is currently published?If the package is not platform-dependent, then perhaps it is possible to publish sdist? If so, would it be possible to publish it for versions 0.15.0+ on PyPi?
Thank you!
The text was updated successfully, but these errors were encountered: