1 parent 2966e74 commit 98f7432Copy full SHA for 98f7432
1 file changed
.github/workflows/publish-middleware-python.yml
@@ -78,5 +78,7 @@ jobs:
78
79
- name: Publish to PyPI (real release — OIDC trusted publishing)
80
if: ${{ inputs.dry_run == false }}
81
- working-directory: packages/threadplane-middleware
82
- run: uv publish dist/*
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
83
+ packages-dir: packages/threadplane-middleware/dist
84
+ attestations: true
0 commit comments