Skip to content

[5] feat: add publish.yml workflow for PyPI deployment#15

Open
WojtAcht wants to merge 2 commits intomainfrom
5-add-github-actions-to-deploy-to-pypi
Open

[5] feat: add publish.yml workflow for PyPI deployment#15
WojtAcht wants to merge 2 commits intomainfrom
5-add-github-actions-to-deploy-to-pypi

Conversation

@WojtAcht
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings February 22, 2026 17:33
Copy link

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.

Pull request overview

This pull request adds a GitHub Actions workflow for publishing the lonpy Python package to PyPI. The workflow is triggered on release publication and follows a two-job pattern: building the distribution artifacts first, then publishing them to PyPI using trusted publishing.

Changes:

  • Added .github/workflows/publish.yml to automate PyPI deployment on GitHub releases

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

@WojtAcht WojtAcht linked an issue Feb 22, 2026 that may be closed by this pull request
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.

Publish the package to PyPI

2 participants