Spaces:
Running
Running
add reqeusts in workflow
Browse files
.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
|