We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610b8bf commit c25220bCopy full SHA for c25220b
1 file changed
.github/workflows/pypi.yml
@@ -66,6 +66,16 @@ jobs:
66
name: python-package-distributions
67
path: dist/
68
69
+ - name: Set up Python for Sigstore
70
+ uses: actions/setup-python@v5
71
+ with:
72
+ python-version: "3.x"
73
+
74
+ - name: Install Sigstore and cryptography dependencies
75
+ run: |
76
+ python3 -m pip install --upgrade pip
77
+ python3 -m pip install cryptography==43.0.3
78
79
- name: Sign the dists with Sigstore
80
uses: sigstore/gh-action-sigstore-python@v2.1.1
81
with:
0 commit comments