Skip to content

Commit b66dea9

Browse files
committed
fix: add uv build step
1 parent 415de0a commit b66dea9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
run: uv python install 3.10
3030
- name: Install the project
3131
run: uv sync --all-extras
32-
32+
- name: Build the project
33+
run: uv build
3334
- name: Build and publish Python package
3435
run: uv publish
3536
env:

0 commit comments

Comments
 (0)