Skip to content

Commit 80cf6c9

Browse files
committed
Fix publish workflow yet again
1 parent 2d7c015 commit 80cf6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
2121
run: |
2222
uv pip install twine build
23-
python -m build
23+
uv run python -m build
2424
twine upload dist/* -u __token__ -p $PYPI_TOKEN

0 commit comments

Comments
 (0)