Skip to content

Commit 0f4d477

Browse files
committed
Use uv to build the package.
1 parent 3b5f131 commit 0f4d477

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
run: uv sync --all-extras -p 3.12
5555

5656
- name: Build
57-
run: |
58-
python -m build
57+
run: uv build
5958

6059
- name: Store the distribution packages
6160
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)