fix: build wheel inside Containerfile, use python 3.14 #60
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!60
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/60/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 the Containerfile expected dist/*.whl but nothing built it.
Changes
Commits
Release-Notes.md🔴 Not actioned — Release-Notes.md follows the taibai thread format. The hashtags, structure, and version line are intentional parts of that convention, not standard Markdown for rendering.
.forgejo/workflows/ci.yml🔴 Not actioned — this is the same grep pattern used for gitleaks version extraction elsewhere in the file. The format is stable and a TOML parser adds complexity disproportionate to the risk.
tests/unit/test_audit_log.py🔴 Not actioned — fedinesia targets Python 3.12–3.14 (see pyproject.toml), so
datetime.UTCis available. Not introduced by this PR.