Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ebe0e9

Browse files
1
1 parent 334afab commit 3ebe0e9

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This workflow will install Python dependencies, run tests and lint with a single version of Python
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
3+
4+
name: 画爱心Ubuntu版
5+
6+
on:
7+
workflow_dispatch:
8+
9+
permissions:
10+
contents: read
11+
12+
jobs:
13+
pyinstaller-build:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Create Executable
17+
uses: sayyid5416/pyinstaller@v1
18+
with:
19+
python_ver: '3.12'
20+
spec: 'love_heart.py'
21+
upload_exe_with_name: 'love_heart'
22+
options: --onefile, --name "love_heart", --windowed,

0 commit comments

Comments
 (0)