Skip to content

Commit d903f79

Browse files
committed
add build step
1 parent 7327c28 commit d903f79

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,8 @@ jobs:
7878
with:
7979
version: ${{ env.UV_VERSION }}
8080

81+
- name: Build package
82+
run: uv build
83+
8184
- name: Publish to PyPI
8285
run: uv publish

0 commit comments

Comments
 (0)