Skip to content

ci: enable PyPI trusted publishing#24

Open
Chris1221 wants to merge 1 commit into
mainfrom
ci/pypi-trusted-publishing
Open

ci: enable PyPI trusted publishing#24
Chris1221 wants to merge 1 commit into
mainfrom
ci/pypi-trusted-publishing

Conversation

@Chris1221

Copy link
Copy Markdown
Owner

Summary

  • Uncomments the pypa/gh-action-pypi-publish step in the publish workflow, enabling automatic PyPI releases when a GitHub release is created by release-please
  • Adds the build package as a PyPI dependency so pixi run python -m build works in CI
  • Uses OIDC trusted publishing (no API token needed)

Before merging

Configure the trusted publisher on PyPI at https://pypi.org/manage/project/yamldoc/settings/publishing/ with:

  • Owner: Chris1221
  • Repository: yamldoc
  • Workflow: python-publish.yml
  • Environment: pypi

🤖 Generated with Claude Code

Uncomments the pypa/gh-action-pypi-publish step now that OIDC trusted
publishing can be configured on PyPI. Adds the build package as a PyPI
dependency so `pixi run python -m build` works.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.17%. Comparing base (9082c42) to head (41d00b8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #24   +/-   ##
=======================================
  Coverage   90.17%   90.17%           
=======================================
  Files           7        7           
  Lines         641      641           
=======================================
  Hits          578      578           
  Misses         63       63           

☔ View full report in Codecov by Harness.
📢 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.

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