Skip to content

Commit 57c1c24

Browse files
committed
setup trusted publishing
1 parent bb5c835 commit 57c1c24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
version: "latest"
4444

4545
- name: Publish to TestPyPI
46-
run: uv publish --publish-url https://test.pypi.org/legacy/ --token ${{ secrets.TEST_PYPI_API_TOKEN }}
46+
run: uv publish --publish-url https://test.pypi.org/legacy/
4747

4848
pypi:
4949
runs-on: ubuntu-latest
@@ -63,7 +63,7 @@ jobs:
6363
version: "latest"
6464

6565
- name: Publish to PyPI
66-
run: uv publish --token ${{ secrets.PYPI_API_TOKEN }}
66+
run: uv publish
6767

6868
github-release:
6969
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)