fix: build wheel before container build in publish-container job #59
No reviewers
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
marvin8/fedinesia!59
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/59/head"
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?
What
The publish-container CI job failed because buildah bud could not find dist/*.whl — the wheel was never built before the container build step.
Fix
Added astral-sh/setup-uv@v5 and a uv build step to the publish-container job, matching what the publish and checks jobs already do.
Also updates AGENTS.md to use the renamed coding-agent-marvin8 account instead of the old claude-agent-marvin8.
Closes #2
.forgejo/workflows/ci.ymlline 0✅ Fixed — pinned all three
astral-sh/setup-uv@v5occurrences to commite58605a.