mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #31] [MERGED] ci: add retry logic to PyPI publishing #99
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/31
Author: @mikeyobrien
Created: 1/7/2026
Status: ✅ Merged
Merged: 1/7/2026
Merged by: @mikeyobrien
Base:
main← Head:fix/pypi-publish-retry📝 Commits (1)
6ae8fb9ci: add retry logic to PyPI publishing to handle timeouts📊 Changes
1 file changed (+10 additions, -1 deletions)
View changed files
📝
.github/workflows/publish.yml(+10 -1)📄 Description
Uses nick-fields/retry to handle transient network timeouts (ReadTimeoutError) during the OIDC exchange with PyPI.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.