Skip to content

Commit

Permalink
Rely on PyPI Trusted Publisher for publishing instead of using token (#5
Browse files Browse the repository at this point in the history
)

Fixes publishing not working
  • Loading branch information
kbrgl authored Oct 26, 2024
1 parent aed2b52 commit cbc2041
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:

- name: Publish to PyPI
run: uv publish
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

- name: Get version
run: |
Expand Down

0 comments on commit cbc2041

Please sign in to comment.