Skip to content

Commit 74d9af9

Browse files
authored
chore: use UV_PUBLISH_TOKEN (#8)
1 parent aa795ec commit 74d9af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Build and publish
2424
env:
25-
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
25+
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
2626
run: |
2727
uv sync --frozen
2828
uv run ruff check

0 commit comments

Comments
 (0)