Skip to content

Commit

Permalink
fix: twine auth
Browse files Browse the repository at this point in the history
  • Loading branch information
walln committed Sep 17, 2024
1 parent 4990d9f commit eca2277
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
run: uv build

- name: Publish
run: uvx twine upload dist/*
run: uvx twine upload dist/*
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

0 comments on commit eca2277

Please sign in to comment.