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
Request to publish elmclient to PyPI more frequently and with a predictable release cadence, so users can reliably pip install elmclient and get recent fixes.
Current Situation
The latest version on PyPI appears to be older than what's on the master branch (currently at 0.37.0 on GitHub)
Downstream projects (including MCP servers, automation tools, and CI pipelines) depend on elmclient being available and up-to-date on PyPI. Installing from git is fragile for production use.
We're happy to contribute a PR with the GitHub Actions workflow if that would help.
Summary
Request to publish
elmclientto PyPI more frequently and with a predictable release cadence, so users can reliablypip install elmclientand get recent fixes.Current Situation
masterbranch (currently at 0.37.0 on GitHub)pip install git+https://github.com/IBM/ELM-Python-Client.gitProposal
Example GitHub Actions workflow
A simple workflow that publishes to PyPI on tagged releases:
Why This Matters
Downstream projects (including MCP servers, automation tools, and CI pipelines) depend on
elmclientbeing available and up-to-date on PyPI. Installing from git is fragile for production use.We're happy to contribute a PR with the GitHub Actions workflow if that would help.