We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb748f5 commit 41b951aCopy full SHA for 41b951a
1 file changed
.github/workflows/deploy.yml
@@ -28,7 +28,9 @@ jobs:
28
uv run ruff format src/ tests/
29
uv run pytest
30
- name: Publish to pypi
31
- run: uv publish
+ run: |
32
+ uv build
33
+ uv publish
34
env:
35
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
36
if: github.event_name == 'workflow_dispatch'
0 commit comments