We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaae7b commit 2bba14cCopy full SHA for 2bba14c
1 file changed
.github/workflows/publish.yml
@@ -21,6 +21,9 @@ jobs:
21
with:
22
python-version: 3.10
23
24
+ - name: Build
25
+ run: uv build
26
+
27
- name: Publish to PyPI
28
run: uv publish
29
env:
0 commit comments