Skip to content

Commit

Permalink
Fix: ImportError: cannot import name 'SetVersion' in Python 3.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksis committed Feb 24, 2023
1 parent f1dcb79 commit 1c7dbf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Build Translations
run: python setup.py build_trans
- name: Build PyInstaller
run: python setup.py pyinstaller
run: |
pyinstaller -w -F --icon=youtube_dl_gui/data/pixmaps/youtube-dl-gui.ico --add-data="youtube_dl_gui/data;youtube_dl_gui/data" --add-data="youtube_dl_gui/locale;youtube_dl_gui/locale" --exclude-module=tests --version-file=file_version_info.txt --noconfirm --name=yt-dlg youtube_dl_gui/__main__.py
- name: Dump version
id: dump_version
shell: python
Expand Down

0 comments on commit 1c7dbf0

Please sign in to comment.