更新工作流和 gitignore 文件
This commit is contained in:
3
.github/workflows/build-windows.yml
vendored
3
.github/workflows/build-windows.yml
vendored
@@ -17,6 +17,9 @@ jobs:
|
|||||||
# 指定运行环境为最新的Windows服务器
|
# 指定运行环境为最新的Windows服务器
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# 第1步:检出你的代码
|
# 第1步:检出你的代码
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,6 +10,7 @@ __pycache__/
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
*.pyd
|
*.pyd
|
||||||
|
*.json
|
||||||
|
|
||||||
# PyInstaller build artifacts
|
# PyInstaller build artifacts
|
||||||
dist/
|
dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user