Skip to content

Commit cd4937c

Browse files
Merge pull request #33 from datalogics-kam/pdfcloud-5592-publish-to-pypi
PDFCLOUD-5592 Publish to PyPI - Disable keyring.
2 parents ac80622 + 3415eeb commit cd4937c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ jobs:
189189
- name: Build distribution artifacts
190190
run: uv build --python 3.11
191191
- name: Publish package to PyPI (Trusted Publishing)
192-
run: uv publish --trusted-publishing always
192+
run: uv publish --trusted-publishing always --keyring-provider disabled

0 commit comments

Comments
 (0)