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
ci: dispatch beta release via execute-workflow instead of inlining
Use apify/workflows/execute-workflow@main to trigger manual_release_beta.yaml
as a separate workflow run (not a reusable workflow call), so PyPI's Trusted
Publishing accepts the OIDC token. This removes the duplication between
on_master.yaml and manual_release_beta.yaml introduced by the previous inline
approach.
Add a concurrency group to manual_release_beta.yaml so two rapid pushes to
master cannot race on the version bump and PyPI publish.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments