Skip to content

Commit 3dee67e

Browse files
committed
Fix PyPI publishing: use trusted publishing instead of token
1 parent 2142446 commit 3dee67e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,4 @@ jobs:
181181
uses: astral-sh/setup-uv@v7
182182
- name: Publish to PyPI
183183
if: ${{ startsWith(github.ref, 'refs/tags/') }}
184-
run: uv publish 'wheels-*/*'
185-
env:
186-
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
184+
run: uv publish 'wheels-*/*'

0 commit comments

Comments
 (0)