Skip to content

Commit

Permalink
fix: broken release script
Browse files Browse the repository at this point in the history
  • Loading branch information
walln committed Sep 17, 2024
1 parent 95f58b4 commit cea16a8
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 @@ -30,4 +30,4 @@ jobs:
run: uv build

- name: Publish
run: uvx twine upload dist
run: uvx twine upload dist/*

0 comments on commit cea16a8

Please sign in to comment.