No sdist available in pypi
Hello! Hello!
The last two onnxconverter-common version packages do not have a sdist released with it.
1.15.0: https://pypi.org/project/onnxconverter-common/1.15.0/#files 1.16.0: https://pypi.org/project/onnxconverter-common/1.16.0/#files
1.14.0 was the last sdist version released to pypi https://pypi.org/project/onnxconverter-common/1.14.0/#files
Our build system downstream depends on provided sdist. Is there a reason this was disabled? and if possible re-enable sdist publishing for onnxconverter-common to pypi.
Thanks
There's also no tag for 1.16.0
They created a tag, but just the wrong one (typo): https://github.com/microsoft/onnxconverter-common/releases/tag/v0.16.0
Hi @justinchuby Could you support on this?
Hi @justinchuby Could you support on this?
I think we need to update the release pipeline for it. Could you share your use case of this package in general? (As a dependency of direct use?) We have very limited bandwidth to support this package.
I think we need to update the release pipeline for it
Would updating the release pipeline also ensure sdist publishing to pypi?
Could you share your use case of this package in general?
My team in redhat scope is to build and provide wheel for this package but @jiridanek should be able to share the use case.
We bring it in as dependency of tf2onnx; we're in the process of deciding what to do since tf2onnx is incompatible with TensorFlow 2.16+
- https://github.com/opendatahub-io/notebooks/issues/2600#issuecomment-3423143595
Thanks. I suppose we can update both packages. I believe for this package we only need to update the GitHub yaml file to create sdist then create a new release. Contributions welcomed as I cannot prioritize this given the other things I am working on. Maybe I can try copilot.