From ad16c576670076aca5b236b10f2e31368a30c702 Mon Sep 17 00:00:00 2001 From: Conor Walker <39270500+conor-walker@users.noreply.github.com> Date: Tue, 25 Jan 2022 23:01:44 +0000 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 8498af9..7216dc3 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -32,7 +32,7 @@ jobs: # Specify a custom URL for PYPI Index pypi_index_url: https://pypi.python.org/simple # Specify a file path for .spec file - spec: src/pydle.spec + spec: pydle.spec # Specify whether to install Tkinter or not tkinter: false - name: PyInstaller Windows @@ -47,6 +47,4 @@ jobs: # Specify a custom URL for PYPI Index pypi_index_url: https://pypi.python.org/simple # Specify a file path for .spec file - spec: src/pydle.spec - # Specify whether to install Tkinter or not - tkinter: false + spec: pydle.spec