Skip to content

🔧 Switch PyPI publishing to trusted publishing (OIDC)#142

Merged
chrisjsewell merged 1 commit into
masterfrom
trusted-publisher
May 19, 2026
Merged

🔧 Switch PyPI publishing to trusted publishing (OIDC)#142
chrisjsewell merged 1 commit into
masterfrom
trusted-publisher

Conversation

@chrisjsewell
Copy link
Copy Markdown
Member

Replace long-lived API token with PyPI trusted publishing via pypa/gh-action-pypi-publish. This uses short-lived OIDC credentials scoped to the CI workflow, eliminating the need for stored secrets.

Replace long-lived API token with PyPI trusted publishing via
pypa/gh-action-pypi-publish. This uses short-lived OIDC credentials
scoped to the CI workflow, eliminating the need for stored secrets.
@chrisjsewell chrisjsewell linked an issue May 19, 2026 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov Bot commented May 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.68%. Comparing base (d11bdaf) to head (7ab4da6).
⚠️ Report is 14 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
- Coverage   92.80%   92.68%   -0.12%     
==========================================
  Files          31       38       +7     
  Lines        1835     2257     +422     
==========================================
+ Hits         1703     2092     +389     
- Misses        132      165      +33     
Flag Coverage Δ
pytests 92.68% <ø> (-0.12%) ⬇️

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

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@chrisjsewell chrisjsewell merged commit 6e1133d into master May 19, 2026
11 checks passed
@chrisjsewell chrisjsewell deleted the trusted-publisher branch May 19, 2026 11:26
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.

Use trusted publishing to upload to PyPI

1 participant