Skip to content

Commit 41b951a

Browse files
committed
Fix Script
1 parent fb748f5 commit 41b951a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
uv run ruff format src/ tests/
2929
uv run pytest
3030
- name: Publish to pypi
31-
run: uv publish
31+
run: |
32+
uv build
33+
uv publish
3234
env:
3335
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
3436
if: github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)