Skip to content

Commit 7440980

Browse files
committed
fix building step
1 parent d6417dd commit 7440980

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pgmq_python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,8 @@ jobs:
7373
run: uv python install 3.13
7474
- name: Install project
7575
run: uv sync --all-groups
76+
77+
- name: build
78+
run: uv build
7679
- name: Publish
7780
run: uv publish

0 commit comments

Comments
 (0)