Skip to content

Commit

Permalink
更yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Jan 24, 2024
1 parent b548ff1 commit a49642f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,18 @@ jobs:
- run: |
python -m pip install --upgrade pip
python -m pip install --upgrade twine
pip install --upgrade build
pip install pyinstaller
pip install -r requirements.txt
- name: Build package
run: |
python -m build
python tests/build_exe.py
- name: Build Wheel
run: |
python -m build --wheel
- name: Build Executable
run: |
pyinstaller --clean --distpath=dist dist/pywxdump.spec
Expand Down

0 comments on commit a49642f

Please sign in to comment.