Skip to content

fixed dependencies for CI/Release workflow#14

Merged
SilvioGiancola merged 1 commit into
mainfrom
dev-silvio
Apr 12, 2026
Merged

fixed dependencies for CI/Release workflow#14
SilvioGiancola merged 1 commit into
mainfrom
dev-silvio

Conversation

@SilvioGiancola
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings April 12, 2026 11:07
@SilvioGiancola SilvioGiancola merged commit ff51a39 into main Apr 12, 2026
1 check passed
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

Adds missing PyInstaller package-data collection for lightning_fabric to the CI/Release build workflows and introduces a maintainer-facing deploy guide documenting the executable build/release process.

Changes:

  • Update ci.yml and release.yml PyInstaller invocations to --collect-all lightning_fabric.
  • Add a new maintainer deploy guide under annotation_tool/dist/README.md describing local build/validation and workflow behavior.

Reviewed changes

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

File Description
annotation_tool/dist/README.md New deploy/build guide for maintainers; documents workflow-equivalent PyInstaller commands and validation steps.
.github/workflows/release.yml Adds --collect-all lightning_fabric to PyInstaller steps for release builds.
.github/workflows/ci.yml Adds --collect-all lightning_fabric to PyInstaller steps for artifact builds.

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

@@ -98,6 +98,7 @@ jobs:
--add-data "config.yaml;."
--add-data "loc_config.yaml:."
Comment thread .github/workflows/ci.yml
@@ -66,6 +66,7 @@ jobs:
--add-data "config.yaml;."
--add-data "loc_config.yaml:."
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