Skip to content

Commit 4567f88

Browse files
authored
PYTHON-5047 Fix handling of attestation on testpypi workflows (#2081)
1 parent 848ab4f commit 4567f88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-python.yml

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
with:
9090
repository-url: https://test.pypi.org/legacy/
9191
skip-existing: true
92+
attestations: ${{ env.DRY_RUN }}
9293
- name: Publish package distributions to PyPI
9394
if: startsWith(env.DRY_RUN, 'false')
9495
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)