Skip to content

ci: sequence Docker/AUR/Homebrew after Release - #203

Merged
ulises-jeremias merged 1 commit into
mainfrom
ci/sequence-distribution-after-pypi
Jul 17, 2026
Merged

ci: sequence Docker/AUR/Homebrew after Release#203
ulises-jeremias merged 1 commit into
mainfrom
ci/sequence-distribution-after-pypi

Conversation

@ulises-jeremias

Copy link
Copy Markdown
Member

Summary

  • Trigger Docker, AUR, and Homebrew notify via workflow_run after Release succeeds (no more parallel race with PyPI on the same tag push)
  • Poll PyPI (~6 min) before Docker build / AUR sha / Homebrew dispatch
  • Document the new sequencing in DISTRIBUTION_SETUP / VERSIONING

Test plan

  • CI green on this PR
  • On next tag release: Release succeeds first; Docker/AUR/Homebrew start afterward and pass without manual re-run

Made with Cursor

Avoid racing the tag push that publishes to PyPI by triggering
distribution via workflow_run and polling PyPI before install/hash.
Co-authored-by: Cursor <cursoragent@cursor.com>
@ulises-jeremias
ulises-jeremias merged commit 4bca26f into mainJul 17, 2026
11 of 13 checks passed
@ulises-jeremias
ulises-jeremias deleted the ci/sequence-distribution-after-pypi branch July 17, 2026 13:21
Sign up for freeto 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.

1 participant

@ulises-jeremias