Skip to content

Instantly share code, notes, and snippets.

from playwright.sync_api import sync_playwright, Page
from openpyxl import Workbook
import time
from datetime import datetime
# 安装依赖
# pip install playwright
# playwright install
# 创建 Excel 文件
@mundane799699
mundane799699 / build.yml
Last active June 24, 2024 14:32
github action的workflow文件,用于electron打包,请放在项目目录/.github/workflows下面
name: BuildElectron
on:
workflow_dispatch:
jobs:
buildwin:
name: BuildWindows
runs-on: windows-latest
steps: