Skip to content

Commit b4b3e51

Browse files
committed
dont need pypi token anymore
1 parent 9317f3f commit b4b3e51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,4 @@ jobs:
2222
- name: Build and publish
2323
run: |
2424
uv build
25-
uv publish
26-
env:
27-
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_KEY }}
25+
uv publish

0 commit comments

Comments
 (0)