Skip to content

Commit a5920d4

Browse files
committed
build: add uv build
1 parent b63e0cb commit a5920d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Install the project
3232
run: uv sync --all-extras --dev
3333

34+
- name: Build Package
35+
run: uv build
36+
3437
- name: Run tests
3538
run: uv run pytest tests
3639

0 commit comments

Comments
 (0)