We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6417dd commit 7440980Copy full SHA for 7440980
.github/workflows/pgmq_python.yml
@@ -73,5 +73,8 @@ jobs:
73
run: uv python install 3.13
74
- name: Install project
75
run: uv sync --all-groups
76
+
77
+ - name: build
78
+ run: uv build
79
- name: Publish
80
run: uv publish
0 commit comments