OpenHands / OpenHands/software-agent-sdk
Centralize release publication dispatches
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 539
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 137
Description
Problem
The release process mixes explicit workflow dispatches with release: published listeners. Releases created using GITHUB_TOKEN do not trigger downstream workflows, so v1.45.0 skipped both TypeScript registry publishers. The PyPI publisher also failed because its release version was not propagated between steps.
Acceptance criteria
- Make
create-release.ymlthe sole release-publication orchestrator. - Explicitly dispatch PyPI, npm, GitHub Packages, server-image, and binary workflows.
- Make registry publishers dispatch-only and require a version input.
- Execute current publisher definitions while publishing immutable tagged sources.
- Preserve manual, independently retryable recovery workflows.
- Remove redundant release/tag publication triggers and update operator documentation.
This issue was created by an AI agent (OpenHands) on behalf of Graham Neubig.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with create-release.yml and trace the existing release: published listeners and publisher workflow definitions. Verify how the PyPI version currently moves between steps, then make the named publication workflows dispatch-only with explicit version inputs. Done means all listed publishers are dispatched by create-release.yml, tagged sources remain immutable, manual recovery still works, redundant triggers are removed, and operator documentation is updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python, typescript
- Domain
- ci-cd, release
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100