Skip to content

Commit 04b1eac

Browse files
committed
switch pypi-token to new UV_PUBLISH_TOKEN
1 parent 4fe96d9 commit 04b1eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
publish: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
2020
secrets:
21-
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
21+
pypi-token: ${{ secrets.UV_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)