fix: Build from root directory where pyproject.toml is located
Some checks failed
CI / test (push) Failing after 4m43s
CI / build (push) Has been skipped

This commit is contained in:
2026-01-31 16:32:56 +00:00
parent 7f29b2066c
commit 40bf87d458

View File

@@ -46,7 +46,6 @@ jobs:
- name: Build and verify package
run: |
cd local_code_assistant
pip install build
python -m build
pip install dist/*.whl