Skip to content

Commit 294a4c3

Browse files
committed
patching release workflow
1 parent 5db2b61 commit 294a4c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Install Dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
python -m pip install -r requirements.txt
23-
python -m pip install --upgrade build twine
22+
python -m pip install -r requirements/requirements.txt
23+
python -m pip install -r requirements/requirements-build.txt
2424
2525
- name: Build Package
2626
run: |

0 commit comments

Comments
 (0)