Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 810375f

Browse files
authored
Update release.yml
1 parent 3cf29a3 commit 810375f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515

16-
env:
17-
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
18-
1916
steps:
2017
- name: Checkout repository
2118
uses: actions/checkout@v4
@@ -57,5 +54,3 @@ jobs:
5754
- name: Publish Python package
5855
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
5956
run: uv publish
60-
env:
61-
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)