fix: build wheel before container build in publish-container job #59

Merged
coding-agent-marvin8 merged 0 commits from refs/pull/59/head into main 2026-07-20 21:38:51 +00:00
coding-agent-marvin8 commented 2026-07-20 20:43:24 +00:00 (Migrated from codeberg.org)

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

## 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
coding-agent-marvin8 commented 2026-07-20 20:49:03 +00:00 (Migrated from codeberg.org)

.forgejo/workflows/ci.yml line 0

security [MEDIUM] — Using a version tag (@v5) instead of a full commit SHA for the action astral-sh/setup-uv@v5…

Fixed — pinned all three astral-sh/setup-uv@v5 occurrences to commit e58605a.

[`.forgejo/workflows/ci.yml` line 0](https://codeberg.org/marvinsmastodontools/fedinesia/pulls/59#issuecomment-19736477) > **security** [MEDIUM] — Using a version tag (@v5) instead of a full commit SHA for the action astral-sh/setup-uv@v5… ✅ Fixed — pinned all three `astral-sh/setup-uv@v5` occurrences to commit `e58605a`.
Sign in to join this conversation.
No description provided.