Skip to content

Commit

Permalink
chore: put back token for pypi publish (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
laudmt authored Nov 11, 2024
1 parent 2f76886 commit 316b646
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
# Build and publish
- name: Build and publish
env:
UV_PUBLISH_USERNAME: ${{ secrets.PYPI_USERNAME }}
UV_PUBLISH_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: |
uv build
uv publish
uv publish --token $UV_PUBLISH_TOKEN

0 comments on commit 316b646

Please sign in to comment.