Add WinGet publish step#1908
Closed
adamtheturtle wants to merge 1 commit into
Closed
Conversation
adamtheturtle
commented
Feb 1, 2026
|
|
||
| .. code-block:: console | ||
|
|
||
| $ winget install --id VWSPython.vws-cli --source winget --exact |
Member
Author
There was a problem hiding this comment.
There should be two CLIs to install
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.
Summary\n- add WinGet release publishing step\n- document winget install option in README and docs\n- update dev lockfile updates from hooks\n\n## Testing\n- pre-commit hooks
Note
Medium Risk
Adds a new post-release publishing path (WinGet) and adjusts GitHub Actions permissions, which can affect the release pipeline and token/permission behavior if misconfigured.
Overview
Adds a new
publish-to-wingetjob to the Release GitHub Action to publish the Windows.exeinstallers to WinGet viavedantmgoyal9/winget-releaser@v2, plus sets default workflowcontents: readpermissions.Documents the new Windows install path in
README.rstanddocs/source/install.rst, and notes it inCHANGELOG.rst.Updates
uv.lock(dev tooling bumps includingdoccmdplus newdulwich, and minor updates topyrefly,sybil-extras, andty).Written by Cursor Bugbot for commit 451f573. This will update automatically on new commits. Configure here.