Skip to content

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

Merged
gdevenyi merged 1 commit intomodernize-packaging-with-uvfrom
copilot/sub-pr-225
Mar 2, 2026
Merged

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

Conversation

Copy link
Copy Markdown
Contributor

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
@gdevenyi gdevenyi marked this pull request as ready for review March 2, 2026 04:43
Copilot AI review requested due to automatic review settings March 2, 2026 04:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gdevenyi gdevenyi merged commit ad92960 into modernize-packaging-with-uv Mar 2, 2026
1 check passed
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.

3 participants