Skip to content

Commit 0f4edb7

Browse files
committed
fix: added uv build command
1 parent cec4519 commit 0f4edb7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@v5
2222

23+
- name: Build package
24+
run: uv build
25+
2326
- name: Deploy to TestPyPI
2427
if: github.ref == 'refs/heads/test'
2528
run: uv publish --index testpypi

0 commit comments

Comments
 (0)