Skip to content

Commit 2664ff6

Browse files
github/workflows: Update publish step to enforce trusted publishing
- Modified `uv publish` command in `test-and-publish.yml` to include the `--trusted-publishing always` flag. - Ensures consistent application of trusted publishing practices for PyPI. Assisted-by: Codex
1 parent ea1db92 commit 2664ff6

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
192+
run: uv publish --trusted-publishing always

0 commit comments

Comments
 (0)