We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a747cb1 commit c640e1fCopy full SHA for c640e1f
.github/workflows/release-to-pypi.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Python dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install setuptools wheel
+ pip install setuptools wheel poetry
29
30
- name: Install JS dependencies
31
0 commit comments