Skip to content

Switch publish workflow from pypa/gh-action-pypi-publish to uv publish#227

Draft
Copilot wants to merge 1 commit intomodernize-packaging-with-uvfrom
copilot/sub-pr-225
Draft

Switch publish workflow from pypa/gh-action-pypi-publish to uv publish#227
Copilot wants to merge 1 commit intomodernize-packaging-with-uvfrom
copilot/sub-pr-225

Conversation

Copy link

Copilot AI commented Feb 23, 2026

The publish workflow was using the pypa/gh-action-pypi-publish GitHub Action for PyPI uploads. This replaces it with uv publish to keep the toolchain consistent with the existing uv build step.

Changes

  • .github/workflows/publish.yml
    • Replace uses: pypa/gh-action-pypi-publish@release/v1 with run: uv publish
    • Update actions/checkoutv6, astral-sh/setup-uvv7
    • Add contents: read permission (least-privilege alongside existing id-token: write)

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update packaging to use uv publish workflow based on review feedback Switch publish workflow from pypa/gh-action-pypi-publish to uv publish Feb 23, 2026
Copilot AI requested a review from gdevenyi February 23, 2026 19:15
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.

2 participants