fix: build from subdirectory [skip ci]

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-08-15 06:44:05 -04:00
parent ef754a8b85
commit 1cb62c10a6

View File

@@ -41,8 +41,7 @@ jobs:
- name: Install build frontend
run: python -m pip install --upgrade build
- name: Build
run: python -m build
working-directory: ./openllm-python
run: python -m build -sw openllm-python/
- name: Upload artifacts
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # ratchet:actions/upload-artifact@v3
with: