We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f199baf commit ad7a2f9Copy full SHA for ad7a2f9
1 file changed
.github/workflows/publish.yml
@@ -36,6 +36,9 @@ jobs:
36
# We only need the project dependencies, no development deps
37
uv sync --no-default-groups
38
39
+ - name: Build the project
40
+ run: uv build
41
+
42
- name: Upload build files
43
uses: actions/upload-artifact@v4
44
with:
0 commit comments