mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-26 23:12:09 +02:00
Remove requests requirement since we no longer are using it
This commit is contained in:
parent
6cc7057d1e
commit
0eb362e123
1
.github/workflows/slsa-releaser.yml
vendored
1
.github/workflows/slsa-releaser.yml
vendored
@ -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
|
||||
|
@ -1,5 +1,4 @@
|
||||
import os
|
||||
import requests
|
||||
import time
|
||||
import subprocess
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user