We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d522cf + b869e1f commit 89e019fCopy full SHA for 89e019f
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Generate version file
21
run: |
22
pip install setuptools_scm
23
- python -m setuptools_scm
+ python -c "from setuptools_scm import get_version; get_version(write_to='manager/_version.py')"
24
25
- name: Set up QEMU
26
uses: docker/setup-qemu-action@v2
@@ -123,7 +123,7 @@ jobs:
123
pip install -r requirements.txt
124
pip install pyinstaller
125
126
127
128
- name: Build EXE with PyInstaller
129
0 commit comments