We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848ab4f commit 4567f88Copy full SHA for 4567f88
.github/workflows/release-python.yml
@@ -89,6 +89,7 @@ jobs:
89
with:
90
repository-url: https://test.pypi.org/legacy/
91
skip-existing: true
92
+ attestations: ${{ env.DRY_RUN }}
93
- name: Publish package distributions to PyPI
94
if: startsWith(env.DRY_RUN, 'false')
95
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments