Skip to content

Commit 763c728

Browse files
authored
Update sign-release.yml
Signed-off-by: David Osipov <[email protected]>
1 parent 3a406dc commit 763c728

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sign-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,18 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.13'
22+
python-version: '3.18'
2323

2424
- name: Install dependencies (including your package in editable mode)
2525
run: |
26+
python -m pip install
2627
python -m pip install --upgrade pip
27-
pip install -e .
2828
2929
- name: Sign Script with Sigstore
3030
uses: sigstore/gh-action-sigstore-python@300d3393a8effd58cc9e99f701c7c7238fb517d2
3131
with:
3232
inputs: feldman_vss.py README.md SECURITY.md LICENSE pyproject.toml
3333
release-signing-artifacts: true
34-
upload-signing-artifacts: true
3534
- name: Verify Signature
3635
if: always()
3736
uses: sigstore/gh-action-sigstore-python@300d3393a8effd58cc9e99f701c7c7238fb517d2

0 commit comments

Comments
 (0)