From aac88b449b20a1581c3d9ed4d24fe80dd4f5fbdd Mon Sep 17 00:00:00 2001 From: j5155 <54331556+j5155@users.noreply.github.com> Date: Sun, 19 May 2024 17:33:31 -0800 Subject: [PATCH] try uploading version file --- .github/workflows/pyinstaller.yml | 5 +++++ REVHubInterface.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 871a27b..e443adb 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -50,3 +50,8 @@ jobs: requirements: 'pyinstaller-build-reqs.txt' clean_checkout: false upload_exe_with_name: 'REVHubInterface_Linux' + - name: Upload version file for testing + uses: actions/upload-artifact@v4 + with: + name: 'version' + path: './REVHubInterface/_version.py' diff --git a/REVHubInterface.spec b/REVHubInterface.spec index f177a8b..b20998c 100644 --- a/REVHubInterface.spec +++ b/REVHubInterface.spec @@ -3,7 +3,6 @@ from PyInstaller.utils.hooks import collect_all from PyInstaller.utils.hooks import collect_data_files from setuptools_scm import get_version, _cli _cli.main(["--force-write-version-files"]) -_cli.main(["ls"]) datas = [] datas += collect_data_files('sv_ttk')