Skip to content

Commit e376036

Browse files
committed
Fix winget publish workflow
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
1 parent 35ec544 commit e376036

File tree

2 files changed

+12
-36
lines changed

2 files changed

+12
-36
lines changed

.github/workflows/deploy-pypi.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
dist/*.whl
5858
5959
publish-to-pypi:
60-
name: >-
61-
Publish Python distribution to PyPI
60+
name: Publish Python distribution to PyPI
6261
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
6362
needs:
6463
- build-distribution
@@ -222,8 +221,7 @@ jobs:
222221
Furious-*.AppImage
223222
224223
github-release:
225-
name: >-
226-
Upload to GitHub Release
224+
name: Upload to GitHub Release
227225
needs:
228226
- deploy-binaries
229227
- publish-to-pypi
@@ -256,3 +254,13 @@ jobs:
256254
gh release upload
257255
'${{ github.ref_name }}' dist/**
258256
--repo '${{ github.repository }}'
257+
258+
publish-winget:
259+
name: Publish to WinGet
260+
runs-on: windows-latest
261+
steps:
262+
- uses: vedantmgoyal9/winget-releaser@main
263+
with:
264+
identifier: LorenEteval.Furious
265+
max-versions-to-keep: 5
266+
token: ${{ secrets.WINGET_TOKEN }}

.github/workflows/publish-winget.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)