We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898adf1 commit fb3c376Copy full SHA for fb3c376
.github/workflows/general.yaml
@@ -188,7 +188,7 @@ jobs:
188
uv sync
189
- name: Build the deb package
190
run: |
191
- VERSION=$(python -c "import ode; print(ode.__version__)")
+ VERSION=$(uv run python -c "import ode; print(ode.__version__)")
192
uv run build.py --onefile --name "opendataeditor-$VERSION.AppImage"
193
- name: Archive build artifacts
194
uses: actions/upload-artifact@v4
0 commit comments