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: make Azure feed + GHCR best-effort; tag only after PyPI publishes (#9)
The release reached publishing but failed at the private Azure feed step
(401 Unauthorized - expired PAT), which skipped the public PyPI publish
(publish-pypi needs: release). The Azure feed and GHCR image are
UiPath-internal targets and must not gate the public release.
- continue-on-error on the Azure feed + the three GHCR steps, so their
failure no longer blocks the release job (and thus PyPI).
- Move the `v<version>` tag push into a dedicated tag-release job that
needs [release, publish-pypi], so the tag lands only after PyPI has
actually published -- a failed publish no longer leaves a tag that the
re-release guard would block on retry.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments