mirror of
https://github.com/derrod/legendary.git
synced 2026-05-07 06:23:22 +00:00
Use --no-editable to avoid building and installing Legendary manually
This commit is contained in:
parent
e1048550f9
commit
2408ae59da
6
.github/workflows/python.yml
vendored
6
.github/workflows/python.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue