use Trusted Publisher

This commit is contained in:
Chris Tsang
2026-02-04 11:47:44 +00:00
parent 592bee6c5c
commit f24ea56a52
-2
View File
@@ -179,5 +179,3 @@ jobs:
- name: Publish to PyPI
if: ${{ startsWith(github.ref, 'refs/tags/') }}
run: uv publish 'wheels-*/*'
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}