PYTHON-5047 Fix handling of attestation on testpypi workflows (#2081)
This commit is contained in:
parent
848ab4f7db
commit
4567f8875e
1
.github/workflows/release-python.yml
vendored
1
.github/workflows/release-python.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user