Skip to content

Commit b42aaf4

Browse files
committed
Prepping new build system
1 parent 556bd59 commit b42aaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install setuptools wheel twine
34+
pip install setuptools wheel twine PySimpleGUI update_checker
3535
- name: Build and publish
3636
env:
3737
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)