We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc949e commit a786bc0Copy full SHA for a786bc0
.github/workflows/ci.yml
@@ -39,6 +39,8 @@ jobs:
39
run: uv sync --all-extras --dev --frozen
40
- name: Test with pytest
41
run: uv run pytest tests --cov=src
42
+ - name: Build a wheel
43
+ run: uv build
44
- name: Minimize uv cache
45
run: uv cache prune --ci
46
.github/workflows/pr.yml
0 commit comments