Skip to content

Commit c25220b

Browse files
committed
fixing pypi workflow
1 parent 610b8bf commit c25220b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ jobs:
6666
name: python-package-distributions
6767
path: dist/
6868

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+
6979
- name: Sign the dists with Sigstore
7080
uses: sigstore/gh-action-sigstore-python@v2.1.1
7181
with:

0 commit comments

Comments
 (0)