Skip to content

Add PyPI publish workflow#6

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-pypi-publish-workflow
Draft

Add PyPI publish workflow#6
Copilot wants to merge 2 commits intomainfrom
copilot/add-pypi-publish-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Oct 27, 2025

Adds GitHub Actions workflow to automate package publishing to PyPI when releases are created.

Changes

  • .github/workflows/publish-to-pypi.yml: Workflow that triggers on release publication
    • Builds source distribution and wheel using python -m build
    • Publishes via trusted publishing (OIDC) - no API tokens required
    • Uses Python 3.10 environment with minimal permissions

Setup Required

Configure trusted publishing on PyPI:

  • Owner: 5enxia
  • Repository: langgraph-a2a-server
  • Workflow: publish-to-pypi.yml
  • Environment: pypi
Original prompt

This section details on the original issue you should resolve

<issue_title>Add pypi publish github actions workflow</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: 5enxia <25716571+5enxia@users.noreply.github.com>
Copilot AI changed the title [WIP] Add PyPI publish GitHub Actions workflow Add PyPI publish workflow Oct 27, 2025
Copilot AI requested a review from 5enxia October 27, 2025 11:32
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.

Add pypi publish github actions workflow

2 participants