We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fd9d8 commit 7322a06Copy full SHA for 7322a06
1 file changed
.github/workflows/ci.yml
@@ -52,5 +52,8 @@ jobs:
52
- name: Install uv
53
uses: astral-sh/setup-uv@v5
54
55
- - name: Build and publish to PyPI
+ - name: Build package
56
+ run: uv build
57
+
58
+ - name: Publish to PyPI
59
run: uv publish --trusted-publishing always
0 commit comments