Skip to content

Commit 98f7432

Browse files
committed
ci: enable PyPI build provenance attestations on middleware publish
1 parent 2966e74 commit 98f7432

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish-middleware-python.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,7 @@ jobs:
7878

7979
- name: Publish to PyPI (real release — OIDC trusted publishing)
8080
if: ${{ inputs.dry_run == false }}
81-
working-directory: packages/threadplane-middleware
82-
run: uv publish dist/*
81+
uses: pypa/gh-action-pypi-publish@release/v1
82+
with:
83+
packages-dir: packages/threadplane-middleware/dist
84+
attestations: true

0 commit comments

Comments
 (0)