Skip to content

Commit fe878ce

Browse files
Update python-package-PyQt5.yml
1 parent f02a94b commit fe878ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-PyQt5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python -m pip install --upgrade pip
3737
python -m pip install flake8 pytest
3838
pip install PyQt5 qtpy
39-
pip install .
39+
python setup.py sdist bdist_wheel --universal
4040
- name: Lint with flake8
4141
run: |
4242
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)