Skip to content

Commit a786bc0

Browse files
committed
chore: add wheel build step to pipelines
1 parent ddc949e commit a786bc0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
run: uv sync --all-extras --dev --frozen
4040
- name: Test with pytest
4141
run: uv run pytest tests --cov=src
42+
- name: Build a wheel
43+
run: uv build
4244
- name: Minimize uv cache
4345
run: uv cache prune --ci
4446

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
run: uv sync --all-extras --dev --frozen
4040
- name: Test with pytest
4141
run: uv run pytest tests --cov=src
42+
- name: Build a wheel
43+
run: uv build
4244
- name: Minimize uv cache
4345
run: uv cache prune --ci
4446

0 commit comments

Comments
 (0)