fix: Build from root directory where pyproject.toml is located
This commit is contained in:
@@ -46,7 +46,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and verify package
|
- name: Build and verify package
|
||||||
run: |
|
run: |
|
||||||
cd local_code_assistant
|
|
||||||
pip install build
|
pip install build
|
||||||
python -m build
|
python -m build
|
||||||
pip install dist/*.whl
|
pip install dist/*.whl
|
||||||
|
|||||||
Reference in New Issue
Block a user