We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0fc78 commit ef61a03Copy full SHA for ef61a03
.github/workflows/cdci.yml
@@ -124,7 +124,7 @@ jobs:
124
uses: pypa/gh-action-pypi-publish@release/v1
125
126
build-executable:
127
- name: Build executable: vuegen_gui_${{ matrix.os.label }}
+ name: Build executable - vuegen_gui_${{ matrix.os.label }}
128
runs-on: ${{ matrix.os.runner }}
129
needs:
130
- test
@@ -148,7 +148,7 @@ jobs:
148
with:
149
python-version: ${{ matrix.python-version }}
150
- name: Install VueGen GUI and pyinstaller
151
- run: python -m pip install '.[gui]' pyinstaller
+ run: python -m pip install ".[gui]" pyinstaller
152
- name: Build executable
153
run: |
154
cd gui
0 commit comments