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: