Skip to content

Commit

Permalink
put back toekn
Browse files Browse the repository at this point in the history
  • Loading branch information
laudmt committed Nov 11, 2024
1 parent 2f76886 commit bfd4871
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 bfd4871

Please sign in to comment.