Skip to content

Commit 3415eeb

Browse files
github/workflows: Update publish step to disable keyring provider
- Modified `uv publish` command in `test-and-publish.yml` to include the `--keyring-provider disabled` flag. - Ensures compatibility in environments without a configured keyring. Assisted-by: Codex
1 parent 2664ff6 commit 3415eeb

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)