Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Sep 4, 2024
1 parent 861d808 commit eb4818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: uvx --from build pyproject-build --installer uv

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

0 comments on commit eb4818c

Please sign in to comment.