cyrusyc commited on
Commit
a42ff54
1 Parent(s): c1b7606

add reqeusts in workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/release.yaml +1 -1
.github/workflows/release.yaml CHANGED
@@ -82,7 +82,7 @@ jobs:
82
 
83
  # Step 3: Install dependencies
84
  - name: Install dependencies
85
- run: pip install toml
86
 
87
  # Step 4: Extract current version from pyproject.toml
88
  - name: Extract current version
 
82
 
83
  # Step 3: Install dependencies
84
  - name: Install dependencies
85
+ run: pip install toml requests
86
 
87
  # Step 4: Extract current version from pyproject.toml
88
  - name: Extract current version