feat: add trusted PyPI publishing workflow and package metadata#87
Open
franktore wants to merge 7 commits into
Open
feat: add trusted PyPI publishing workflow and package metadata#87franktore wants to merge 7 commits into
franktore wants to merge 7 commits into
Conversation
add GitHub Actions workflow for trusted publishing to TestPyPI (manual) and PyPI (tag-based) enrich package metadata (license SPDX, URLs, keywords, classifiers, package include) mark package maturity as Production/Stable update README with PyPI install instructions and supported Python version
Contributor
There was a problem hiding this comment.
Pull request overview
This PR improves the project’s packaging and release automation by adding a trusted publishing GitHub Actions workflow, enriching Poetry package metadata for PyPI, and updating installation documentation.
Changes:
- Added a GitHub Actions workflow to build and publish to TestPyPI (manual dispatch) and PyPI (tag-based) using trusted publishing (OIDC).
- Expanded
pyproject.tomlmetadata (license SPDX, URLs, keywords, classifiers, explicit package include). - Updated
README.mdinstallation instructions and stated supported Python versions.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Updates installation instructions and documents supported Python versions. |
| pyproject.toml | Adds richer package metadata (license/URLs/keywords/classifiers) and explicit package inclusion. |
| .github/workflows/publish-pypi.yml | Introduces CI workflow to build and publish distributions to (Test)PyPI via trusted publishing. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…tting coerce workflow_dispatch boolean input with fromJSON in publish workflow align README Python support note with declared version constraints normalize classifiers indentation in pyproject.toml to spaces
add release/versioning policy to CONTRIBUTING for PyPI releases require git tag version to match pyproject version in publish workflow fail tag-triggered publish early when versions are inconsistent
JasonHansenEQU
approved these changes
Jul 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add GitHub Actions workflow for trusted publishing to TestPyPI (manual) and PyPI (tag-based) enrich package metadata (license SPDX, URLs, keywords, classifiers, package include) mark package maturity as Production/Stable
update README with PyPI install instructions and supported Python version
Description
This pull request enhances the packaging, publishing, and documentation setup for the Omnia Timeseries Python SDK. The most significant changes include the addition of a GitHub Actions workflow for automated publishing to PyPI and TestPyPI, improvements to the
pyproject.tomlmetadata, and updated installation instructions in theREADME.md.Packaging and Publishing Automation:
.github/workflows/publish-pypi.yml) to automate building and publishing the package to PyPI and TestPyPI, supporting both tag-based and manual dispatch releases.Project Metadata Improvements:
pyproject.tomlto include license change to MIT, added homepage, repository, documentation links, keywords, classifiers, and explicit package inclusion foromnia_timeseries.issuesandchangelogURLs under[tool.poetry.urls]inpyproject.toml.Documentation Updates:
README.mdto clearly show how to install from PyPI or GitHub, and specified supported Python versions.Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: