Skip to content

Remove obsolete downstream dependency updater - #1840

Merged
anth-volk merged 1 commit into
mainfrom
fix/remove-obsolete-downstream-updater
Sep 1, 2026
Merged

Remove obsolete downstream dependency updater#1840
anth-volk merged 1 commit into
mainfrom
fix/remove-obsolete-downstream-updater

Conversation

@anth-volk

Copy link
Copy Markdown
Collaborator

Fixes #921

Summary

  • remove the UK release helper that cloned downstream API repositories and
    invoked scripts those repositories deleted in March 2026
  • remove the publication-workflow action that called the obsolete helper
  • leave package publication, tagging, and downstream-owned dependency update
    workflows unchanged

PolicyEngine API already updates its own policyengine[models] bundle.
PolicyEngine/policyengine-household-api#1660 tracks adding UK to the Household
API's repository-owned dependency workflow.

Validation

  • uv run --frozen --extra dev ruff format . — 998 files unchanged
  • uv run --frozen --extra dev ruff check . — passed
  • parsed .github/workflows/versioning.yaml with PyYAML
  • git diff --check — passed

make format could not find ruff on the shell path, so the same configured
formatter and lint checks were run through the repository's uv development
environment.

@anth-volk
anth-volk marked this pull request as ready for review September 1, 2026 18:57
@anth-volk
anth-volk merged commit 631e63b into main Sep 1, 2026
7 checks passed
@anth-volk
anth-volk deleted the fix/remove-obsolete-downstream-updater branch September 1, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the obsolete downstream dependency update from UK releases

1 participant