Skip to content

Conversation

@abutbul
Copy link
Owner

@abutbul abutbul commented May 23, 2025

… .gitignore to include additional files

Copilot AI review requested due to automatic review settings May 23, 2025 22:26
Copy link
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

A workflow is added to automatically build and upload Python distribution artifacts on version tag pushes, alongside updating .gitignore to filter out generated files.

  • Introduces a new release.yml that checks out code, sets up Python, installs build tools, generates artifacts, and uploads them.
  • Updates .gitignore to exclude distribution outputs and related files.

Reviewed Changes

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

File Description
.github/workflows/release.yml New GitHub Actions workflow to create and upload release artifacts on tag pushes
.gitignore Updated to ignore additional generated files

abutbul and others added 2 commits May 24, 2025 01:27
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@abutbul abutbul requested a review from Copilot May 23, 2025 22:42
Copy link
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 adds a new GitHub Actions workflow to automatically build and upload Python distribution artifacts on tag pushes or manual dispatch.

  • Introduces .github/workflows/release.yml to trigger on push tags (v*) and workflow_dispatch, set up Python 3.11, build sdist and wheel, then upload them as artifacts.
Comments suppressed due to low confidence (1)

.github/workflows/release.yml:28

  • The build step invokes python -m build but the build package isn't installed. Add pip install build (or include it alongside setuptools and wheel) to ensure the build command succeeds.
pip install setuptools wheel

abutbul and others added 2 commits May 24, 2025 01:45
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@abutbul abutbul requested a review from Copilot May 23, 2025 22:46
Copy link
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 introduces a new GitHub Actions workflow that builds distribution artifacts and uploads them when a tagged commit is pushed.

  • Adds a workflow to trigger on push tags following the pattern 'v*'.
  • Implements steps to checkout code, set up Python, cache dependencies, build distributions, and upload artifacts.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@abutbul abutbul merged commit 9bac01a into main May 23, 2025
1 check passed
@abutbul abutbul deleted the releases branch May 23, 2025 22:48
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.

1 participant