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 7f80f2b commit b04b1afCopy full SHA for b04b1af
1 file changed
.github/workflows/ci-cd.yml
@@ -102,7 +102,7 @@ jobs:
102
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
103
104
permissions:
105
- id-token: write # IMPORTANT: mandatory for trusted publishing
+ id-token: write # IMPORTANT: mandatory for trusted publishing & sigstore
106
107
environment:
108
name: pypi
@@ -135,3 +135,10 @@ jobs:
135
- name: >-
136
Publish 🐍📦 to PyPI
137
uses: pypa/gh-action-pypi-publish@release/v1
138
+
139
+ - name: Sign the dists with Sigstore
140
+ uses: sigstore/[email protected]
141
+ with:
142
+ inputs: >-
143
+ ./dist/*.tar.gz
144
+ ./dist/*.whl
0 commit comments