From 1cb62c10a60be61dea644677e2cdaf4fe23a29eb Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Tue, 15 Aug 2023 06:44:05 -0400 Subject: [PATCH] fix: build from subdirectory [skip ci] Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/binary-releases.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/binary-releases.yml b/.github/workflows/binary-releases.yml index 71851770..4ba155b7 100644 --- a/.github/workflows/binary-releases.yml +++ b/.github/workflows/binary-releases.yml @@ -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: