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 bf379f4 commit 2dfea27Copy full SHA for 2dfea27
1 file changed
.github/workflows/deploy.yml
@@ -54,7 +54,9 @@ jobs:
54
path: dist
55
56
- name: Publish package to PyPI
57
- uses: pypa/gh-action-pypi-publish@v1.9.0
+ uses: pypa/gh-action-pypi-publish@v1.10.0
58
+ with:
59
+ attestations: true
60
61
- name: Push tag
62
run: |
0 commit comments