We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fa0ad commit 9ff386eCopy full SHA for 9ff386e
.github/workflows/deploy.yml
@@ -40,6 +40,8 @@ jobs:
40
41
- name: Publish package to PyPI
42
uses: pypa/gh-action-pypi-publish@v1.10.1
43
+ with:
44
+ attestations: true
45
46
- name: Push tag
47
run: |
0 commit comments