1 parent 071f7e8 commit 9731a78Copy full SHA for 9731a78
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run tests
25
run: uv run pytest tests
26
- name: Build
27
- run: python -m build
+ run: uv run python -m build
28
- name: Publish PyPI Package
29
uses: pypa/gh-action-pypi-publish@release/v1
30
with:
0 commit comments