Skip to content

fix(ci): make release publishing retry-safe - #142

Merged
hadrien merged 1 commit into
mainfrom
fix/release-publication-v3
Aug 2, 2026
Merged

fix(ci): make release publishing retry-safe#142
hadrien merged 1 commit into
mainfrom
fix/release-publication-v3

Conversation

@hadrien

@hadrien hadrien commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Problem

  • Release references could exist before PyPI accepted the package.
  • Published documentation dependencies exposed a Git URL rejected by PyPI.
  • GitHub Pages rejected tag-based documentation deployments.
  • Semantic Release removed Twine credentials from its build subprocess.

Solution

  • Publish retry-safe packages before creating release references.
  • Forward Twine credentials explicitly into the release build.
  • Authenticate release pushes with the configured personal token.
  • Keep documentation dependencies outside published extras.
  • Deploy documentation from main under independent concurrency.
  • Treat Codecov uploads as non-blocking reports.

Bead: fs-oc8

@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.74%. Comparing base (2419e9e) to head (9f3d8c5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #142   +/-   ##
=======================================
  Coverage   97.74%   97.74%           
=======================================
  Files           1        1           
  Lines         133      133           
  Branches        7        7           
=======================================
  Hits          130      130           
  Misses          3        3           
Flag Coverage Δ
fastapi-post121 97.74% <ø> (ø)
fastapi-pre121 97.74% <ø> (ø)
sqlmodel 97.74% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@hadrien
hadrien merged commit 56c69f5 into main Aug 2, 2026
7 checks passed
@hadrien
hadrien deleted the fix/release-publication-v3 branch August 2, 2026 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant