From 0f4d47730edd8b0a7fadaa2a7794359cb9f94b5d Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Sat, 7 Sep 2024 20:42:05 -0700 Subject: [PATCH] Use uv to build the package. --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 770b321..e5cfbf8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,8 +54,7 @@ jobs: run: uv sync --all-extras -p 3.12 - name: Build - run: | - python -m build + run: uv build - name: Store the distribution packages uses: actions/upload-artifact@v4