Skip to content

Commit 9731a78

Browse files
committed
fix
1 parent 071f7e8 commit 9731a78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run tests
2525
run: uv run pytest tests
2626
- name: Build
27-
run: python -m build
27+
run: uv run python -m build
2828
- name: Publish PyPI Package
2929
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:

0 commit comments

Comments
 (0)