There was an error while loading. Please reload this page.
1 parent 7327c28 commit d903f79Copy full SHA for d903f79
1 file changed
.github/workflows/ci.yml
@@ -78,5 +78,8 @@ jobs:
78
with:
79
version: ${{ env.UV_VERSION }}
80
81
+ - name: Build package
82
+ run: uv build
83
+
84
- name: Publish to PyPI
85
run: uv publish
0 commit comments