Skip to content

fix(ci): forward PyPI credentials to release builds - #141

Closed
hadrien wants to merge 3 commits into
mainfrom
fix/release-build-env
Closed

fix(ci): forward PyPI credentials to release builds#141
hadrien wants to merge 3 commits into
mainfrom
fix/release-build-env

Conversation

@hadrien

@hadrien hadrien commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Problem

  • Semantic Release sanitizes build-command environment variables.
  • Twine received no password and attempted unconfigured OIDC publishing.
  • The release failed before creating version references or PyPI files.

Solution

  • Forward the existing Twine username and password into the release build environment.
  • Keep publication before release commits and tags.

Bead: fs-oc8

hadrien and others added 3 commits August 2, 2026 16:46
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.2.0 to 7.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.2.0...v7.0.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@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 (da80b1e) to head (8b49876).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #141   +/-   ##
=======================================
  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 commented Aug 2, 2026

Copy link
Copy Markdown
Owner Author

Superseded by the clean-history replacement containing the complete release fix.

@hadrien hadrien closed this Aug 2, 2026
@hadrien
hadrien deleted the fix/release-build-env branch August 2, 2026 20:52
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