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 e9c0047 commit 6a0fc78Copy full SHA for 6a0fc78
.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 {{ matrix.os.label }}
+ name: Build executable: vuegen_gui_${{ matrix.os.label }}
128
runs-on: ${{ matrix.os.runner }}
129
needs:
130
- test
pyproject.toml
@@ -39,6 +39,7 @@ myst-nb = {version="*", optional=true}
39
ipywidgets = {version="*", optional=true}
40
sphinx-new-tab-link = {version = "!=0.2.2", optional=true}
41
jupytext = {version="*", optional=true}
42
+customtkinter = {version="*", optional=true}
43
44
[tool.poetry.group.dev.dependencies]
45
ipykernel = {version="^6.29.5", optional=true}
0 commit comments