Skip to content

ci: dispatch beta release via execute-workflow instead of inlining#1881

Merged
vdusek merged 1 commit intomasterfrom
ci/beta-release-via-execute-workflow
May 7, 2026
Merged

ci: dispatch beta release via execute-workflow instead of inlining#1881
vdusek merged 1 commit intomasterfrom
ci/beta-release-via-execute-workflow

Conversation

@vdusek
Copy link
Copy Markdown
Collaborator

@vdusek vdusek commented May 7, 2026

Replaces the inlined beta release jobs in on_master.yaml with a single job that dispatches manual_release_beta.yaml via apify/workflows/execute-workflow@main. The dispatched run is a regular workflow_dispatch (not a reusable workflow call), so PyPI's Trusted Publishing accepts the OIDC token, and the duplication is gone.

Also adds a concurrency: release group to manual_release_beta.yaml so two rapid pushes to master cannot race on the version bump and PyPI publish.

Same pattern as apify-client-js, apify-sdk-js, apify-cli, and crawlee.

Replace the inlined beta release jobs in on_master.yaml (#1875) with a single
job that dispatches manual_release_beta.yaml via apify/workflows/execute-workflow@main.
The dispatched workflow runs as a regular workflow_dispatch run (not a reusable
workflow call), so PyPI's Trusted Publishing accepts the OIDC token, and the
duplication between on_master.yaml and manual_release_beta.yaml is removed.

Also add a concurrency group to manual_release_beta.yaml so two rapid pushes
to master cannot race on the version bump and PyPI publish.
@vdusek vdusek added t-tooling Issues with this label are in the ownership of the tooling team. adhoc Ad-hoc unplanned task added during the sprint. labels May 7, 2026
@vdusek vdusek self-assigned this May 7, 2026
@github-actions github-actions Bot added this to the 140th sprint - Tooling team milestone May 7, 2026
@vdusek vdusek requested a review from janbuchar May 7, 2026 09:53
@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.67%. Comparing base (38e7dd2) to head (013b31c).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1881      +/-   ##
==========================================
- Coverage   92.68%   92.67%   -0.01%     
==========================================
  Files         161      161              
  Lines       11340    11340              
==========================================
- Hits        10510    10509       -1     
- Misses        830      831       +1     
Flag Coverage Δ
unit 92.67% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek merged commit b912177 into master May 7, 2026
32 checks passed
@vdusek vdusek deleted the ci/beta-release-via-execute-workflow branch May 7, 2026 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants