File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,18 @@ jobs:
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v5
21
21
with :
22
- python-version : ' 3.13 '
22
+ python-version : ' 3.18 '
23
23
24
24
- name : Install dependencies (including your package in editable mode)
25
25
run : |
26
+ python -m pip install
26
27
python -m pip install --upgrade pip
27
- pip install -e .
28
28
29
29
- name : Sign Script with Sigstore
30
30
uses : sigstore/gh-action-sigstore-python@300d3393a8effd58cc9e99f701c7c7238fb517d2
31
31
with :
32
32
inputs : feldman_vss.py README.md SECURITY.md LICENSE pyproject.toml
33
33
release-signing-artifacts : true
34
- upload-signing-artifacts : true
35
34
- name : Verify Signature
36
35
if : always()
37
36
uses : sigstore/gh-action-sigstore-python@300d3393a8effd58cc9e99f701c7c7238fb517d2
You can’t perform that action at this time.
0 commit comments