Skip to content

Commit

Permalink
Use secret in publish stage
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlensky committed Oct 28, 2024
1 parent d81c116 commit b1b3a22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
run: uv build
- name: Publish to PyPI
run: uv publish
env:
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}

0 comments on commit b1b3a22

Please sign in to comment.