We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f60c78 commit f8d3e41Copy full SHA for f8d3e41
.github/workflows/deploy.yml
@@ -55,6 +55,8 @@ jobs:
55
56
- name: Publish package to PyPI
57
uses: pypa/gh-action-pypi-publish@v1.10.0
58
+ with:
59
+ attestations: true
60
61
- name: Push tag
62
run: |
0 commit comments