Skip to content

Commit

Permalink
Add token to env
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mart committed Jan 19, 2025
1 parent ca4222f commit e76810e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
run: uv build

- name: Publish to PyPI
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
uv publish --token $PYPI_TOKEN
Expand Down

0 comments on commit e76810e

Please sign in to comment.