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.
2 parents bf379f4 + 2dfea27 commit ae08146Copy full SHA for ae08146
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