We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72511fb commit 0e71b1cCopy full SHA for 0e71b1c
1 file changed
.github/workflows/python-app.yml
@@ -21,4 +21,6 @@ jobs:
21
# ruff detects config from pyproject.toml
22
run: uvx ruff check .
23
- name: PyPI publish with uv
24
- run: uv publish
+ run: |
25
+ uv build
26
+ uv publish
0 commit comments