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