Skip to content

Commit 66d69f0

Browse files
committed
Make: Dependencies of publishing script
1 parent 9dbddca commit 66d69f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
run: |
6262
python -m pip install --upgrade pip
6363
pip install build
64+
pip install -r requirements.txt
6465
- name: Build package
6566
run: python -m build
6667
- name: Publish package

0 commit comments

Comments
 (0)