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 3288586 commit 0d32077Copy full SHA for 0d32077
.github/workflows/publish.yml
@@ -31,3 +31,5 @@ jobs:
31
- name: Publish distribution 📦 to PyPI
32
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
33
uses: pypa/gh-action-pypi-publish@release/v1
34
+ with:
35
+ attestations: true
0 commit comments