diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml new file mode 100644 index 00000000..69cc260b --- /dev/null +++ b/.github/workflows/winget.yml @@ -0,0 +1,14 @@ +name: Publish to WinGet +on: + release: + types: [released] +jobs: + publish: + # Action can only be run on windows + runs-on: windows-latest + steps: + - uses: vedantmgoyal2009/winget-releaser@v2 + # https://github.com/vedantmgoyal2009/winget-releaser + with: + identifier: ProjectJupyter.JupyterLab + token: ${{ secrets.WINGET_TOKEN }}