From 87f8194b6e53bbad17dcbf05833e7d530b4df58d Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 27 Jan 2025 13:20:12 -0600 Subject: [PATCH] PYTHON-5047 Fix handling of attestation on testpypi workflows --- .github/workflows/release-python.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 6548a7d1ad..88cffcda53 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -89,6 +89,7 @@ jobs: with: repository-url: https://test.pypi.org/legacy/ skip-existing: true + attestations: ${{ env.DRY_RUN }} - name: Publish package distributions to PyPI if: startsWith(env.DRY_RUN, 'false') uses: pypa/gh-action-pypi-publish@release/v1