Skip to content

Commit ad7a2f9

Browse files
committed
Fix publish workflow
1 parent f199baf commit ad7a2f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
# We only need the project dependencies, no development deps
3737
uv sync --no-default-groups
3838
39+
- name: Build the project
40+
run: uv build
41+
3942
- name: Upload build files
4043
uses: actions/upload-artifact@v4
4144
with:

0 commit comments

Comments
 (0)