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 d5f8fe1 commit c81a135Copy full SHA for c81a135
.github/workflows/publish-to-pypi.yml
@@ -23,6 +23,7 @@ jobs:
23
pip install -r requirements.txt
24
pip install wheel
25
pip install twine
26
+ pip install setuptools
27
28
- name: Build and publish
29
run: |
0 commit comments