Skip to content

Commit 0e71b1c

Browse files
authored
Update workflow to build before publishing to PyPI
this will likely not fix it Signed-off-by: rtk <107722825+faretek1@users.noreply.github.com>
1 parent 72511fb commit 0e71b1c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ jobs:
2121
# ruff detects config from pyproject.toml
2222
run: uvx ruff check .
2323
- name: PyPI publish with uv
24-
run: uv publish
24+
run: |
25+
uv build
26+
uv publish

0 commit comments

Comments
 (0)