Skip to content

Commit c415470

Browse files
committed
fix
1 parent 9731a78 commit c415470

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- name: Run tests
2525
run: uv run pytest tests
2626
- name: Build
27-
run: uv run python -m build
27+
run: |
28+
uv add build
29+
uv run python -m build
2830
- name: Publish PyPI Package
2931
uses: pypa/gh-action-pypi-publish@release/v1
3032
with:

0 commit comments

Comments
 (0)