Skip to content

Commit

Permalink
try uploading version file
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed May 20, 2024
1 parent 6310d42 commit aac88b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
1 change: 0 additions & 1 deletion REVHubInterface.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit aac88b4

Please sign in to comment.