Skip to content

Commit 85997dd

Browse files
committed
fix publishing
1 parent 3a4c7e9 commit 85997dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
path: site
304304

305305
- name: Publish to PyPI
306-
run: "uv publish --trusted-publishing dist/*"
306+
run: "uv publish --trusted-publishing always dist/*"
307307

308308
- name: publish docs
309309
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)