Merged
Conversation
Dependabot couldn't find the original pull request head commit, 2aa1ca7.
Bump the uv group across 1 directory with 2 updates
There was a problem hiding this comment.
Pull request overview
Adds an automated GitHub Actions release pipeline that builds the Windows executable on pushes to main, publishes it as a GitHub Release, and updates Python dependencies via uv.lock.
Changes:
- Bump
requestsandurllib3inuv.lock. - Make
buildExecutable.yamlreusable viaworkflow_call. - Add
automaticRelease.yamlworkflow to build and publish a release on push tomain.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
uv.lock |
Updates locked dependency versions for requests and urllib3. |
.github/workflows/buildExecutable.yaml |
Adds workflow_call so it can be invoked as a reusable workflow. |
.github/workflows/automaticRelease.yaml |
New workflow that calls the build workflow, downloads the artifact, and creates/updates a release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…m automaticRelease.yaml
Author
|
@copilot, I've addressed your feedback. Let me know if you have more comments. |
seanbudd
reviewed
Mar 31, 2026
Author
|
pre-commit.ci run |
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
Author
|
pre-commit.ci run |
Author
|
@seanbudd this is ready for review. |
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
Author
|
@seanbudd I think that all is done. |
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.
Related issue
Requested in nvaccess/AddonTemplate#1
Summary
This creates a release when pushing to the main branch, uploading the l10nUtil.exe as an asset.
Additional note
I've included dependency updates from dependabot. @seanbudd , we can revert uv.lock if you want.
See
https://github.com/nvdaes/nvdaL10n/actions/runs/23759060888