Skip to content

Commit 0e1a9a9

Browse files
committed
ci: 🎡 use python 3.12, remove unused artifacts
1 parent c082278 commit 0e1a9a9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build_exe.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: 3.8
19+
python-version: 3.12
2020

2121
- name: Install dependencies
2222
run: |
@@ -36,17 +36,12 @@ jobs:
3636
Get-FileHash -Algorithm SHA1 dist/mangotango.exe | Format-Table Hash -HideTableHeaders > dist/mangotango.exe.sha1
3737
shell: pwsh
3838

39-
- name: Upload artifact
40-
uses: actions/upload-artifact@v3
41-
with:
42-
name: mangotango
43-
path: dist # Path where the .exe will be stored
44-
4539
- name: Create Release
4640
uses: softprops/action-gh-release@v1
4741
with:
4842
files: |
4943
dist/mangotango.exe
5044
dist/mangotango.exe.sha1
45+
build/pyinstaller/xref-pyinstaller.html
5146
env:
5247
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)