Skip to content

Commit

Permalink
Fix Windows build by not pruning Qt*Designer*
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Feb 24, 2024
1 parent 3bc2e36 commit c55bc02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
- name: Prune unused windows files
run: |
rm -v ./dist/.python_local/Lib/site-packages/PySide6/lupdate.exe
rm -v ./dist/.python_local/Lib/site-packages/PySide6/Qt*Designer*
rm -v ./dist/.python_local/Lib/site-packages/PySide6/Qt*Quick*
rm -v ./dist/.python_local/Lib/site-packages/PySide6/Qt*Qml*
rm -v ./dist/.python_local/Lib/site-packages/PySide6/Qt*Sql*
Expand Down

0 comments on commit c55bc02

Please sign in to comment.