Skip to content

Build and publish via ci/cd#65

Merged
LouisChrist merged 4 commits intomainfrom
build_publish_ci_cd
Dec 27, 2025
Merged

Build and publish via ci/cd#65
LouisChrist merged 4 commits intomainfrom
build_publish_ci_cd

Conversation

@LouisChrist
Copy link
Copy Markdown
Owner

No description provided.

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.

Pull request overview

This PR migrates the release build and publish process from local execution to a CI/CD pipeline. The release task now only creates the version tag and GitHub release, while GitHub Actions handles quality gates, building, and publishing to PyPI using Trusted Publisher authentication.

  • Removed local build and publish commands from the release task
  • Added GitHub Actions workflow that runs quality gates, builds packages, and publishes to PyPI
  • Created comprehensive development documentation covering the new release process and troubleshooting

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
tasks.py Removed local build/publish commands; release task now only creates tags and GitHub releases
.github/workflows/release.yml New CI/CD workflow for automated quality gates, building, and PyPI publishing with OIDC
development.md New comprehensive guide covering development setup, release process, PyPI Trusted Publisher setup, and troubleshooting
README.md Added reference to the new development guide

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

Comment thread development.md Outdated
Comment thread development.md Outdated
Comment thread .github/workflows/release.yml Outdated
LouisChrist and others added 3 commits December 27, 2025 16:36
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@LouisChrist LouisChrist merged commit cf0ceba into main Dec 27, 2025
@LouisChrist LouisChrist deleted the build_publish_ci_cd branch December 27, 2025 15:40
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