Skip to content

Commit c640e1f

Browse files
committed
Add poetry to release dependencies
1 parent a747cb1 commit c640e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Python dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install setuptools wheel
28+
pip install setuptools wheel poetry
2929
3030
- name: Install JS dependencies
3131
run: |

0 commit comments

Comments
 (0)