Use --no-editable to avoid building and installing Legendary manually

This commit is contained in:
Katharina Dröge 2026-04-08 23:18:21 +02:00
parent e1048550f9
commit 2408ae59da
No known key found for this signature in database
GPG key ID: 3D586C5E334E5A26

View file

@ -83,14 +83,10 @@ jobs:
- run: mkdir -p build dist
- name: Dependencies
run: uv export --format requirements.txt --no-install-local | uv pip install --requirement - --target build
run: uv export --format requirements.txt --no-editable | uv pip install --requirement - --target build
- run: cp zipapp_main.py build/__main__.py
- run: |
uv build
uv pip install dist/legendary_gl-*.tar.gz --target build
- name: Build
run: python -m zipapp
--output dist/legendary