Skip to content

Commit

Permalink
chore: use UV_PUBLISH_TOKEN (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth authored Nov 9, 2024
1 parent aa795ec commit 74d9af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build and publish
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
run: |
uv sync --frozen
uv run ruff check
Expand Down

0 comments on commit 74d9af9

Please sign in to comment.