Skip to content

Commit eb4818c

Browse files
committed
Fix release workflow
1 parent 861d808 commit eb4818c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: uvx --from build pyproject-build --installer uv
2626

2727
- name: Publish
28-
run: uvx twine upload --username=__token__ --token=${{ secrets.PYPI_TOKEN }} --yes
28+
run: uvx twine upload dist/* --username=__token__ --password=${{ secrets.PYPI_TOKEN }} --yes

0 commit comments

Comments
 (0)