Skip to content

Commit b72f201

Browse files
committed
fix release script
1 parent 749a321 commit b72f201

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ on:
77
jobs:
88
release:
99
runs-on: ubuntu-latest
10+
permissions:
11+
id-token: write
1012
steps:
1113
- uses: actions/checkout@v4
1214
- uses: astral-sh/setup-uv@v3
1315
with:
1416
version: "0.5.0"
15-
python-version-file: ".python-version"
16-
enable-cache: true
17-
- run: uv sync
1817
- run: uv build
1918
- run: uv publish

0 commit comments

Comments
 (0)