Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,6 @@ jobs:
contents: read

steps:
# The first PR for a new package ID must be created manually on
# microsoft/winget-pkgs. We intentionally do not add vumark here yet.
# Tracked in https://github.com/VWS-Python/vws-cli/issues/1984.
- uses: vedantmgoyal9/winget-releaser@v2
with:
identifier: VWSPython.vws-cli
Expand All @@ -467,3 +464,11 @@ jobs:
release-tag: ${{ needs.build.outputs.new_tag }}
installers-regex: ^vuforia-cloud-reco-windows\.exe$
token: ${{ secrets.WINGET_TOKEN }}

- uses: vedantmgoyal9/winget-releaser@v2
with:
identifier: VWSPython.vumark
version: ${{ needs.build.outputs.new_tag }}
release-tag: ${{ needs.build.outputs.new_tag }}
installers-regex: ^vumark-windows\.exe$
token: ${{ secrets.WINGET_TOKEN }}
12 changes: 2 additions & 10 deletions docs/source/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Outcomes
* A new Homebrew recipe available to install.
* A new Docker image on GitHub Container Registry.
* New binary assets attached to the GitHub release.
* New Winget packages available to install for ``vws`` and
``vuforia-cloud-reco``.
* New Winget packages available to install for ``vws``,
``vuforia-cloud-reco``, and ``vumark``.

Perform a Release
~~~~~~~~~~~~~~~~~
Expand All @@ -25,11 +25,3 @@ Perform a Release
$ gh workflow run release.yml --repo "|github-owner|/|github-repository|"
.. _Install GitHub CLI: https://cli.github.com/

WinGet for ``vumark``
~~~~~~~~~~~~~~~~~~~~~

The first WinGet PR for a new package ID must be created manually.
For ``vumark``, do this after the first release that contains
``vumark-windows.exe``, then automation can be added for subsequent releases.
This is tracked in `issue #1984 <https://github.com/VWS-Python/vws-cli/issues/1984>`_.
42 changes: 21 additions & 21 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.