diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index f1a2340..99b8e21 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -130,7 +130,6 @@ jobs: export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" gh run download -n hishtory-darwin-amd64 gh run download -n hishtory-darwin-arm64 - pip3 install requests brew install md5sha1sum python3 scripts/actions-sign.py - name: Upload Artifacts diff --git a/scripts/actions-sign.py b/scripts/actions-sign.py index cae5d78..76cbd2d 100644 --- a/scripts/actions-sign.py +++ b/scripts/actions-sign.py @@ -1,5 +1,4 @@ import os -import requests import time import subprocess