Skip to content

Commit

Permalink
PYTHON-5047 Fix handling of attestation on testpypi workflows (#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jan 27, 2025
1 parent 848ab4f commit 4567f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4567f88

Please sign in to comment.